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