aboutsummaryrefslogtreecommitdiff
path: root/systemd/ipcam_server.service
blob: 07ac95f3b26f48103d30fe2344188160f02d0a1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=HomeKit IPCam Server
After=network-online.target

[Service]
User=user
Group=user
Restart=always
RestartSec=10
ExecStart=/home/user/homekit/src/ipcam_server.py
WorkingDirectory=/home/user

[Install]
WantedBy=multi-user.target