diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-01-21 01:00:20 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-01-21 01:00:20 +0100 |
commit | 881ce4d30afb8b896fa563778b81e9519e838edf (patch) | |
tree | 4003fd0f6956a64812a41a3cd1ac0fb1f59239d5 | |
parent | something goes wrong with last commit, again (diff) | |
download | gentoo-vdr-scripts-881ce4d30afb8b896fa563778b81e9519e838edf.tar.gz gentoo-vdr-scripts-881ce4d30afb8b896fa563778b81e9519e838edf.tar.bz2 gentoo-vdr-scripts-881ce4d30afb8b896fa563778b81e9519e838edf.zip |
missing changes again
-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 |