[SSSD] [PATCH 2/2] sysv/gentoo: Send debug output to a file instead of stderr

Markos Chandras hwoarang at gentoo.org
Mon Dec 2 18:37:08 UTC 2013


Output from init scripts should go to a file (ideally in
/var/log directory) instead of stderr.

Signed-off-by: Markos Chandras <hwoarang at gentoo.org>
---
 src/sysv/gentoo/sssd.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sysv/gentoo/sssd.in b/src/sysv/gentoo/sssd.in
index fd5d745..30d7559 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 ${?}
 }
 
-- 
1.8.4.4




More information about the sssd-devel mailing list