summaryrefslogtreecommitdiff
path: root/_wip/pigpio-git/pigpiod.service
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-06-12 13:11:03 +0300
committerYuval Adam <yuval@y3xz.com>2016-06-12 13:11:03 +0300
commitf6d3341b26649a69d987a52e61c724827c4fcde3 (patch)
tree44ed07d873da3ebe3936efcb8b1c83312d759599 /_wip/pigpio-git/pigpiod.service
parentfa23ff39a7b5a5e0f75e1aee2ff9737c75a9e713 (diff)
Rename pigpio to pigpio-git
Diffstat (limited to '_wip/pigpio-git/pigpiod.service')
-rw-r--r--_wip/pigpio-git/pigpiod.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/_wip/pigpio-git/pigpiod.service b/_wip/pigpio-git/pigpiod.service
new file mode 100644
index 0000000..7c0dd32
--- /dev/null
+++ b/_wip/pigpio-git/pigpiod.service
@@ -0,0 +1,13 @@
+[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