1
0
dwelling-radio/init/systemd/dwelling-radio.service

13 lines
220 B
SYSTEMD
Raw Normal View History

2022-03-08 01:17:24 +04:00
[Unit]
Description=dwelling-radio
After=network-online.target
[Service]
Type=simple
Restart=on-failure
User=dwradio
2022-03-08 01:17:24 +04:00
ExecStart=/usr/bin/dwelling-radio -conf /etc/dwelling/radio.yaml
[Install]
WantedBy=multi-user.target