diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | usr/lib/systemd/system/vdr.service | 8 |
2 files changed, 8 insertions, 4 deletions
@@ -1,6 +1,10 @@ # ChangeLog for gentoo-vdr-scripts # $Id$ + 20 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> + usr/lib/systemd/system/vdr.service: + some changes again + 20 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> Makefile, usr/share/vdr/Makefile: something goes wrong with last commit, again diff --git a/usr/lib/systemd/system/vdr.service b/usr/lib/systemd/system/vdr.service index 18ae76f..3145124 100644 --- a/usr/lib/systemd/system/vdr.service +++ b/usr/lib/systemd/system/vdr.service @@ -9,7 +9,7 @@ DefaultDependencies=no User=vdr # this will collect the parameters and set them into the VDR_OPTS # variable in the EnvironmentFile -ExecStartPre=/usr/share/vdr/bin/vdr-systemd_helper.sh --start-pre +ExecStartPre=/usr/share/vdr/systemd/vdr-systemd_helper.sh --start-pre # this is where we get our parameters (still manageable @@ -21,13 +21,13 @@ EnvironmentFile=/var/vdr/tmp/systemd_env ExecStart=/usr/bin/vdr $VDR_OPTS # execute addons/plugins scripts meant to be run afer starting -ExecStartPost=/usr/share/vdr/bin/vdr-systemd_helper.sh --start-post +ExecStartPost=/usr/share/vdr/systemd/vdr-systemd_helper.sh --start-post # execute addons/plugins scripts meant to be run before stopping -ExecStop=/usr/share/vdr/bin/vdr-systemd_helper.sh --stop-pre +ExecStop=/usr/share/vdr/systemd/vdr-systemd_helper.sh --stop-pre # execute final scripts -ExecStopPost=/usr/share/vdr/bin/vdr-systemd_helper.sh --stop-post +ExecStopPost=/usr/share/vdr/systemd/vdr-systemd_helper.sh --stop-post Restart=always |