Skip to content

Instantly share code, notes, and snippets.

@0xinterface
Created June 28, 2017 07:01
Show Gist options
  • Save 0xinterface/d4c58e0e46b2057c64cbbadf3102be15 to your computer and use it in GitHub Desktop.
Save 0xinterface/d4c58e0e46b2057c64cbbadf3102be15 to your computer and use it in GitHub Desktop.
systemd service file example
[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