homekit/systemd/sound_node.service
2023-06-10 23:02:34 +03:00

13 lines
275 B
Desktop File

[Unit]
Description=HomeKit Sound Node (ALSA HTTP Frontend)
After=network-online.target
[Service]
User=root
Group=root
Restart=on-failure
ExecStart=/home/user/homekit/bin/sound_node.py --config /etc/sound_node.toml
WorkingDirectory=/root
[Install]
WantedBy=multi-user.target