Add systemd service file
authorAlexandre Bury <alexandre.bury@gmail.com>
Sun, 24 Sep 2017 03:00:25 +0000 (20:00 -0700)
committerAlexandre Bury <alexandre.bury@gmail.com>
Sun, 24 Sep 2017 03:00:25 +0000 (20:00 -0700)
util/pigpiod.service [new file with mode: 0644]

diff --git a/util/pigpiod.service b/util/pigpiod.service
new file mode 100644 (file)
index 0000000..e98b364
--- /dev/null
@@ -0,0 +1,9 @@
+[Unit]
+Description=Pigpio daemon
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/pigpiod -g
+
+[Install]
+WantedBy=multi-user.target