summaryrefslogtreecommitdiff
path: root/systemd/sound_sensor_node.service
blob: d10f97614d574e15624920e3892fc535e4316b14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=HomeKit Sound Sensor Node
After=network-online.target

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

[Install]
WantedBy=multi-user.target