From 91d0e0272bed22945436db219a6ec86fbc8bc5c7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 15 May 2015 01:03:37 +0200 Subject: removed reload command for systemd service units 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 -- cgit v0.10.2