Created
February 18, 2022 02:39
-
-
Save JohannSuarez/03f6c491f7a4be425e77612a92fd0973 to your computer and use it in GitHub Desktop.
Very basic SystemD Unit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Put this on /etc/systemd/system | |
[Unit] | |
Description=A very simple service | |
After=network-up.target | |
[Service] | |
ExecStart=/usr/bin/buckle | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment