Add systemd service file

This commit is contained in:
Alexandre Bury 2017-09-23 20:00:25 -07:00
parent 1aa4cca8a6
commit 388d0e6a1e
1 changed files with 9 additions and 0 deletions

9
util/pigpiod.service Normal file
View File

@ -0,0 +1,9 @@
[Unit]
Description=Pigpio daemon
[Service]
Type=simple
ExecStart=/usr/bin/pigpiod -g
[Install]
WantedBy=multi-user.target