Skip to content

Instantly share code, notes, and snippets.

@yookoala
Last active July 26, 2018 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yookoala/c99d0b3c887ab2b6bf6c73fcdad0079c to your computer and use it in GitHub Desktop.
Save yookoala/c99d0b3c887ab2b6bf6c73fcdad0079c to your computer and use it in GitHub Desktop.
systemd unit file for tick5.service
[Unit]
StopWhenUnneeded=true
[Install]
WantedBy=multi-user.target
[Service]
ExecStart=/usr/bin/tick5
Restart=always
RestartSec=5
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=tick5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment