summaryrefslogtreecommitdiff
path: root/systemd/sound_sensor_server.service
blob: 0133e53af85d6991068e288351ec70e0c7020855 (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/src/sound_sensor_server.py
WorkingDirectory=/home/user

[Install]
WantedBy=multi-user.target