11 lines
188 B
SYSTEMD
11 lines
188 B
SYSTEMD
|
[Unit]
|
||
|
Description=saunaservice service
|
||
|
After=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
Type=idle
|
||
|
ExecStart=/usr/bin/saunaservice -c /etc/saunaservice/config.json
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|