Add restarting to systemd service file
This commit is contained in:
parent
585bf84614
commit
18c113be3a
@ -4,6 +4,8 @@ After=multi-user.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=idle
|
Type=idle
|
||||||
|
Restart=always
|
||||||
|
RestartSec=30s
|
||||||
ExecStart=/usr/bin/saunaservice -c /etc/saunaservice/config.json
|
ExecStart=/usr/bin/saunaservice -c /etc/saunaservice/config.json
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
Reference in New Issue
Block a user