fermentord/fermentord.service

17 lines
305 B
SYSTEMD
Raw Normal View History

2022-03-05 23:40:13 +00:00
[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