blob: 595e050a892170d816f057e127d29a4d46cbdaaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=MyHomeKit 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
|