summarylogtreecommitdiffstats
path: root/homebridge-system.service
blob: df41d0567bb64e57b3c96778b8036fb4cc8289b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Node.js HomeKit Server
Requires=avahi-daemon.service
After=network.target avahi-daemon.service

[Service]
User=homebridge
Type=simple
ExecStart=/usr/bin/homebridge -U /var/lib/homebridge

[Install]
WantedBy=multi-user.target