summaryrefslogtreecommitdiff
path: root/systemd/sound_node.service
blob: 9d47a4f161c0c03d193f190ea37f72f496d46179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=MyHomeKit Sound Node (ALSA HTTP Frontend)
After=network-online.target

[Service]
User=root
Group=root
Restart=on-failure
ExecStart=/home/user/homekit/src/sound_node.py --config /etc/sound_node.toml
WorkingDirectory=/root

[Install]
WantedBy=multi-user.target