Date: Monday, July 29, 2013 @ 11:47:32 Author: heftig Revision: 191699
undo change: requires -F 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:44:29 UTC (rev 191698) +++ nmbd.service 2013-07-29 09:47:32 UTC (rev 191699) @@ -5,7 +5,7 @@ [Service] Type=forking PIDFile=/var/run/nmbd.pid -ExecStart=/usr/bin/nmbd -D -S +ExecStart=/usr/bin/nmbd -D ExecReload=/bin/kill -HUP $MAINPID [Install] Modified: smbd.service =================================================================== --- smbd.service 2013-07-29 09:44:29 UTC (rev 191698) +++ smbd.service 2013-07-29 09:47:32 UTC (rev 191699) @@ -5,7 +5,7 @@ [Service] Type=forking PIDFile=/var/run/smbd.pid -ExecStart=/usr/bin/smbd -D -S +ExecStart=/usr/bin/smbd -D ExecReload=/bin/kill -HUP $MAINPID [Install] Modified: [email protected] =================================================================== --- [email protected] 2013-07-29 09:44:29 UTC (rev 191698) +++ [email protected] 2013-07-29 09:47:32 UTC (rev 191699) @@ -2,6 +2,6 @@ Description=Samba SMB/CIFS server instance [Service] -ExecStart=/usr/bin/smbd -F -S +ExecStart=/usr/bin/smbd -F ExecReload=/bin/kill -HUP $MAINPID StandardInput=socket Modified: winbindd.service =================================================================== --- winbindd.service 2013-07-29 09:44:29 UTC (rev 191698) +++ winbindd.service 2013-07-29 09:47:32 UTC (rev 191699) @@ -5,7 +5,7 @@ [Service] Type=forking PIDFile=/var/run/winbindd.pid -ExecStart=/usr/bin/winbindd -D -S +ExecStart=/usr/bin/winbindd -D ExecReload=/bin/kill -HUP $MAINPID [Install]
