diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-12-02 17:37:08 +0000 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-12-04 17:00:59 +0100 |
commit | 9882475d3c59f4750a19953bb7d02edab198c900 (patch) | |
tree | 4e011c91c28790352035384fda72aa2b03b71501 /src/sysv | |
parent | c20dbd8f20e08676637ee7fc185ea7882a1f8651 (diff) | |
download | sssd-9882475d3c59f4750a19953bb7d02edab198c900.tar.gz sssd-9882475d3c59f4750a19953bb7d02edab198c900.tar.xz sssd-9882475d3c59f4750a19953bb7d02edab198c900.zip |
sysv/gentoo: Send debug output to a file instead of stderr
Output from init scripts should go to a file (ideally in
/var/log directory) instead of stderr.
Signed-off-by: Markos Chandras <hwoarang@gentoo.org>
Diffstat (limited to 'src/sysv')
-rw-r--r-- | src/sysv/gentoo/sssd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysv/gentoo/sssd.in b/src/sysv/gentoo/sssd.in index fd5d74545..30d7559af 100644 --- a/src/sysv/gentoo/sssd.in +++ b/src/sysv/gentoo/sssd.in @@ -7,7 +7,7 @@ depend(){ start(){ ebegin "Starting sssd" - start-stop-daemon --start --exec @sbindir@/sssd -- -D + start-stop-daemon --start --exec @sbindir@/sssd -- -Df eend ${?} } |