Add restarting to systemd service file

This commit is contained in:
Thomas Klaehn 2023-03-23 08:43:15 +01:00
parent 585bf84614
commit 18c113be3a

View File

@ -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]