Create netledPi.service

systemd unit file for netledPi.
This commit is contained in:
Ragnar Jensen 2016-10-05 21:07:06 +02:00 committed by GitHub
parent a49b17eff1
commit 0567e2bea0
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[Unit]
Description=netledPi network activity indicator
After=network.target
[Service]
Type=forking
ExecStart=/usr/local/bin/netledPi -d
[Install]
WantedBy=default.target