summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@gmx.de>2017-08-31 18:04:47 +0200
committerSven Eden <sven.eden@gmx.de>2017-08-31 18:04:47 +0200
commit7c1c72571c75564d60a733151a5a1e942939460e (patch)
treec6fc4e8959ec0b5d656a52065d9a461c05f8286a /sys-auth/elogind
parentsys-auth/elogind-9999 : Adapt init and config file to the new 235+ scheme (diff)
downloadseden-7c1c72571c75564d60a733151a5a1e942939460e.tar.gz
seden-7c1c72571c75564d60a733151a5a1e942939460e.tar.bz2
seden-7c1c72571c75564d60a733151a5a1e942939460e.zip
sys-auth/elogind-9999 : Fix init file for 235+
Diffstat (limited to 'sys-auth/elogind')
-rw-r--r--sys-auth/elogind/files/elogind-235.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/elogind/files/elogind-235.init b/sys-auth/elogind/files/elogind-235.init
index 293aac6..019c3af 100644
--- a/sys-auth/elogind/files/elogind-235.init
+++ b/sys-auth/elogind/files/elogind-235.init
@@ -14,7 +14,7 @@ start() {
start-stop-daemon --start --quiet \
--pidfile "${ELOGIND_PIDFILE}" \
- --exec "${ELOGIND_EXEC} --daemon"
+ --exec "${ELOGIND_EXEC}" -- --daemon
eend $?
}