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

[Service]
User=user
Group=user
Restart=on-failure
ExecStart=/home/user/homekit/src/sound_sensor_server.py
WorkingDirectory=/home/user

[Install]
WantedBy=multi-user.target