src.nth.io/

summaryrefslogtreecommitdiff
path: root/homebridge/templates/homebridge.service.j2
blob: 90e9485b9b878379588e04cf64dadaa7747b3e70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Homebridge
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
User=homebridge
ExecStart=/usr/local/bin/homebridge -U {{homebridge_dir}}
Restart=on-failure
RestartSec=10

[Install]
WantedBy=multi-user.target