Created
June 28, 2017 07:01
-
-
Save 0xinterface/d4c58e0e46b2057c64cbbadf3102be15 to your computer and use it in GitHub Desktop.
systemd service file example
This file contains hidden or 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
[Unit] | |
Description=Your comment or description here | |
After=network.target | |
[Service] | |
Type=simple | |
Restart=always | |
ExecStart=/usr/local/bin/yourprogram with-your-args somesort | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment