Last active
July 26, 2018 06:35
-
-
Save yookoala/c99d0b3c887ab2b6bf6c73fcdad0079c to your computer and use it in GitHub Desktop.
systemd unit file for tick5.service
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
[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