diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-10-21 22:49:46 +0200 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-10-21 22:49:46 +0200 |
commit | 9768e3ef24fb1c20cb258059c57f30138b45cc57 (patch) | |
tree | 9baa5efec63f6ae4b73d523fe912060a80051d92 | |
parent | Bumped to version 2.5_rc3 (diff) | |
download | gentoo-vdr-scripts-9768e3ef24fb1c20cb258059c57f30138b45cc57.tar.gz gentoo-vdr-scripts-9768e3ef24fb1c20cb258059c57f30138b45cc57.tar.bz2 gentoo-vdr-scripts-9768e3ef24fb1c20cb258059c57f30138b45cc57.zip |
typo fixed, bump
-rw-r--r-- | usr/lib/systemd/system/vdr.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/lib/systemd/system/vdr.service b/usr/lib/systemd/system/vdr.service index 3b94e11..b8a99d6 100644 --- a/usr/lib/systemd/system/vdr.service +++ b/usr/lib/systemd/system/vdr.service @@ -18,7 +18,7 @@ EnvironmentFile=/var/vdr/tmp/systemd_env # start VDR with our desired parameters, please disable the # internal watchdog by setting the timeout to 0 -ExecStart=/usr/bin/vdr "${VDR_OPTS}" +ExecStart=/usr/bin/vdr "$VDR_OPTS" # execute addons/plugins scripts meant to be run afer starting ExecStartPost=/usr/share/vdr/systemd/vdr-systemd_helper.sh --start-post |