Date: Monday, July 29, 2013 @ 11:42:20 Author: heftig Revision: 191696
log to stdout, so the journal gets things Modified: samba/trunk/nmbd.service samba/trunk/smbd.service samba/trunk/[email protected] samba/trunk/winbindd.service ------------------+ nmbd.service | 2 +- smbd.service | 2 +- [email protected] | 2 +- winbindd.service | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) Modified: nmbd.service =================================================================== --- nmbd.service 2013-07-29 09:38:33 UTC (rev 191695) +++ nmbd.service 2013-07-29 09:42:20 UTC (rev 191696) @@ -5,7 +5,7 @@ [Service] Type=forking PIDFile=/var/run/nmbd.pid -ExecStart=/usr/bin/nmbd -D +ExecStart=/usr/bin/nmbd -D -S ExecReload=/bin/kill -HUP $MAINPID [Install] Modified: smbd.service =================================================================== --- smbd.service 2013-07-29 09:38:33 UTC (rev 191695) +++ smbd.service 2013-07-29 09:42:20 UTC (rev 191696) @@ -5,7 +5,7 @@ [Service] Type=forking PIDFile=/var/run/smbd.pid -ExecStart=/usr/bin/smbd -D +ExecStart=/usr/bin/smbd -D -S ExecReload=/bin/kill -HUP $MAINPID [Install] Modified: [email protected] =================================================================== --- [email protected] 2013-07-29 09:38:33 UTC (rev 191695) +++ [email protected] 2013-07-29 09:42:20 UTC (rev 191696) @@ -2,6 +2,6 @@ Description=Samba SMB/CIFS server instance [Service] -ExecStart=/usr/bin/smbd -F +ExecStart=/usr/bin/smbd -F -S ExecReload=/bin/kill -HUP $MAINPID StandardInput=socket Modified: winbindd.service =================================================================== --- winbindd.service 2013-07-29 09:38:33 UTC (rev 191695) +++ winbindd.service 2013-07-29 09:42:20 UTC (rev 191696) @@ -5,7 +5,7 @@ [Service] Type=forking PIDFile=/var/run/winbindd.pid -ExecStart=/usr/bin/winbindd -D +ExecStart=/usr/bin/winbindd -D -S ExecReload=/bin/kill -HUP $MAINPID [Install]
