aboutsummaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2014-01-21 01:00:20 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2014-01-21 01:00:20 +0100
commit881ce4d30afb8b896fa563778b81e9519e838edf (patch)
tree4003fd0f6956a64812a41a3cd1ac0fb1f59239d5 /usr
parentsomething goes wrong with last commit, again (diff)
downloadgentoo-vdr-scripts-881ce4d30afb8b896fa563778b81e9519e838edf.tar.gz
gentoo-vdr-scripts-881ce4d30afb8b896fa563778b81e9519e838edf.tar.bz2
gentoo-vdr-scripts-881ce4d30afb8b896fa563778b81e9519e838edf.zip
missing changes again
Diffstat (limited to 'usr')
-rw-r--r--usr/lib/systemd/system/vdr.service8
1 files changed, 4 insertions, 4 deletions
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