Last active
November 7, 2015 10:20
-
-
Save jmtatsch/f73e5ea87deaaaf2e9ff to your computer and use it in GitHub Desktop.
Homebridge service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Start homebridge server | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/homebridge | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment