diff options
-rw-r--r-- | debian/rhnop-client.nopcollectd-master.service | 1 | ||||
-rw-r--r-- | debian/rhnop-client.nopcollectd-standby.service | 1 | ||||
-rw-r--r-- | debian/rhnop-client.nopsysstated.service | 1 | ||||
-rw-r--r-- | debian/rhnop-server.nopsyncd.service | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/debian/rhnop-client.nopcollectd-master.service b/debian/rhnop-client.nopcollectd-master.service index 154e374..12b8905 100644 --- a/debian/rhnop-client.nopcollectd-master.service +++ b/debian/rhnop-client.nopcollectd-master.service @@ -3,7 +3,6 @@ Description=Radio Helsinki Now Playing Daemon (Client: Master) [Service] ExecStart=/usr/bin/nopcollectd master -ExecReload=/bin/kill -HUP $MAINPID Restart=on-failure PrivateTmp=yes PrivateDevices=yes diff --git a/debian/rhnop-client.nopcollectd-standby.service b/debian/rhnop-client.nopcollectd-standby.service index 5c6ec33..251f09b 100644 --- a/debian/rhnop-client.nopcollectd-standby.service +++ b/debian/rhnop-client.nopcollectd-standby.service @@ -3,7 +3,6 @@ Description=Radio Helsinki Now Playing Daemon (Client: Standby) [Service] ExecStart=/usr/bin/nopcollectd standby -ExecReload=/bin/kill -HUP $MAINPID Restart=on-failure PrivateTmp=yes PrivateDevices=yes diff --git a/debian/rhnop-client.nopsysstated.service b/debian/rhnop-client.nopsysstated.service index d65dca8..9056db4 100644 --- a/debian/rhnop-client.nopsysstated.service +++ b/debian/rhnop-client.nopsysstated.service @@ -3,7 +3,6 @@ Description=Radio Helsinki Playout State Daemon [Service] ExecStart=/usr/bin/nopsysstated -ExecReload=/bin/kill -HUP $MAINPID Restart=on-failure PrivateTmp=yes PrivateDevices=yes diff --git a/debian/rhnop-server.nopsyncd.service b/debian/rhnop-server.nopsyncd.service index bd05e68..2783cca 100644 --- a/debian/rhnop-server.nopsyncd.service +++ b/debian/rhnop-server.nopsyncd.service @@ -3,7 +3,6 @@ Description=Radio Helsinki Now Playing Daemon (Server) [Service] ExecStart=/usr/bin/nopsyncd -ExecReload=/bin/kill -HUP $MAINPID Restart=on-failure PrivateTmp=yes PrivateDevices=yes |