1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-22 01:14:21 +01:00

test killing samba processes before ad-dc start

This commit is contained in:
kakwa 2016-07-22 21:38:40 +02:00
parent d484ee1ed0
commit 1ccb4bf732

View File

@ -29,6 +29,9 @@ df -h
/etc/init.d/nmbd stop
/etc/init.d/samba-ad-dc stop
pkill -9 winbindd
pkill -9 smbd
pkill -9 nmbd
find /var/log/samba/ -type f -exec rm -f {} \;