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

[Service]
User=user
Group=user
Restart=always
RestartSec=10
EnvironmentFile=/etc/default/homekit_ipcam_server
ExecStart=/home/user/homekit/bin/ipcam_server.py --listen "$LISTEN" --database-path "$DATABASE_PATH"
WorkingDirectory=/home/user

[Install]
WantedBy=multi-user.target