Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View tkintscher's full-sized avatar

Thomas Kintscher tkintscher

View GitHub Profile
@tkintscher
tkintscher / homebridge.service
Last active July 13, 2019 23:15
user systemd service for homebridge (http://github.com/nfarina/homebridge)
[Unit]
Description=Homebridge
After=network-online.target deconz.service
[Service]
Type=simple
ExecStart=/usr/bin/homebridge
Restart=on-failure
RestartSec=10
KillMode=process