diff options
author | 2014-02-15 20:37:56 +0100 | |
---|---|---|
committer | 2014-02-15 20:37:56 +0100 | |
commit | befeceb8f7230a1ecdaa913060f29b3bd2100c04 (patch) | |
tree | 50de15dc42066ac71da8a8798cdf95b8b826071a /etc | |
parent | some fixes, reported by M.Perrudin (comment 28, #353492) (diff) | |
download | gentoo-vdr-scripts-befeceb8f7230a1ecdaa913060f29b3bd2100c04.tar.gz gentoo-vdr-scripts-befeceb8f7230a1ecdaa913060f29b3bd2100c04.tar.bz2 gentoo-vdr-scripts-befeceb8f7230a1ecdaa913060f29b3bd2100c04.zip |
some fixes, reported by M.Perrudin (comment 28, #353492)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/systemd/system/vdr.service.d/00-gentoo-vdr-user.conf | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/etc/systemd/system/vdr.service.d/00-gentoo-vdr-user.conf b/etc/systemd/system/vdr.service.d/00-gentoo-vdr-user.conf index 8f57598..98384c2 100644 --- a/etc/systemd/system/vdr.service.d/00-gentoo-vdr-user.conf +++ b/etc/systemd/system/vdr.service.d/00-gentoo-vdr-user.conf @@ -3,6 +3,16 @@ # # use this file to override settings from vdr.service -[Service] +## need testing, which one will work + +# test1 +#[Service] # uncomment this if you have to set START_VDR_AS_ROOT="yes" in /etc/conf.d/vdr #User=root + +# test2 +# For people who really know what they do +# and who want to start vdr as user root +# allowed values: yes no +# default: no +#START_VDR_AS_ROOT="no"
\ No newline at end of file |