summaryrefslogtreecommitdiff
path: root/_wip/pigpio-git/pigpiod.service
diff options
context:
space:
mode:
Diffstat (limited to '_wip/pigpio-git/pigpiod.service')
-rw-r--r--_wip/pigpio-git/pigpiod.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/_wip/pigpio-git/pigpiod.service b/_wip/pigpio-git/pigpiod.service
new file mode 100644
index 0000000..99b9400
--- /dev/null
+++ b/_wip/pigpio-git/pigpiod.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=pigpio daemon
+After=multi-user.target
+
+[Service]
+Type=forking
+Restart=on-failure
+ProtectSystem=full
+ProtectHome=true
+
+ExecStart=/usr/bin/pigpiod
+
+[Install]
+WantedBy=multi-user.target