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