Skip to content

Instantly share code, notes, and snippets.

@dvigne
Created April 6, 2021 18:33
Show Gist options
  • Save dvigne/8aae3b0463a11c905e753f85f0cf7df6 to your computer and use it in GitHub Desktop.
Save dvigne/8aae3b0463a11c905e753f85f0cf7df6 to your computer and use it in GitHub Desktop.
Systemd Service File Template
[Unit]
Description=
#After=network.target
#BindsTo=
[Service]
Type=notify
ExecStart=PATHTOEXEC
TimeoutStartSec=3600
Restart=always
RestartSec=0
WorkingDirectory=PATH
User=example
Group=example
[Install]
#WantedBy=SOMEOTHERSERVICE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment