diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-06-12 13:22:25 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-06-12 13:22:25 +0300 |
| commit | 7e6e911e0973b41c451bcb867fa8b1529e988eae (patch) | |
| tree | 31a8a0b89a543f490b59f5e51b7c9b2c82bae8fe /_wip | |
| parent | f6d3341b26649a69d987a52e61c724827c4fcde3 (diff) | |
Pigpiod.service should be of type forking
Diffstat (limited to '_wip')
| -rw-r--r-- | _wip/pigpio-git/pigpiod.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_wip/pigpio-git/pigpiod.service b/_wip/pigpio-git/pigpiod.service index 7c0dd32..99b9400 100644 --- a/_wip/pigpio-git/pigpiod.service +++ b/_wip/pigpio-git/pigpiod.service @@ -3,6 +3,7 @@ Description=pigpio daemon After=multi-user.target [Service] +Type=forking Restart=on-failure ProtectSystem=full ProtectHome=true |
