1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

Dont run net serverid wipe in the background

(This used to be ctdb commit 76c515f9f05f4fb5683b5ff65cf136c168fd882f)
This commit is contained in:
Ronnie Sahlberg 2010-12-22 10:05:40 +11:00
parent 97a6eccaf7
commit 57e74f6d8a

View File

@ -72,7 +72,7 @@ start_samba() {
# the number of smbd processes will mean that it leaves few cycles for
# anything else
[ "$CTDB_MANAGES_SAMBA" = "yes" ] && {
/usr/bin/net serverid wipe &
/usr/bin/net serverid wipe
nice_service "$CTDB_SERVICE_NMB" start
nice_service "$CTDB_SERVICE_SMB" start