13 lines
275 B
Desktop File
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 |