diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-06-12 12:42:58 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-06-12 12:58:31 +0300 |
| commit | fa23ff39a7b5a5e0f75e1aee2ff9737c75a9e713 (patch) | |
| tree | f3e87d5782955e7148ff1c7eb6066d93ce11a895 /_wip/pigpio/pigpiod.service | |
| parent | e9235668059fece39c92e2e7a043f7dda81a24b7 (diff) | |
Initial pigpio package
Add pigpiod.service
Diffstat (limited to '_wip/pigpio/pigpiod.service')
| -rw-r--r-- | _wip/pigpio/pigpiod.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_wip/pigpio/pigpiod.service b/_wip/pigpio/pigpiod.service new file mode 100644 index 0000000..7c0dd32 --- /dev/null +++ b/_wip/pigpio/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 |
