Skip to content

bsamsom/linux-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

linux-stuff

#Add a custom systemd service

sudo nano /etc/systemd/system/custom-service.service
systemctl --user enable custom-service
systemctl --user start custom-service

Example systemd service to run a script on boot:

[Unit]
Description=Startup Script

[Service]
ExecStart=sudo ./home/bsamsom/startup.sh

[Install]
WantedBy=multi-user.target

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published