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