fermentord/fermentord.service

16 lines
305 B
Desktop File

[Unit]
Description=Fermentor daemon
After=network.target
ConditionPathExists=!/etc/fermentord_not_to_be_run
[Service]
ExecStart=/usr/local/bin/fermentord
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
TimeoutStopSec=15
Restart=always
RestartSec=300
Type=simple
[Install]
WantedBy=multi-user.target