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

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

[Install]
WantedBy=multi-user.target