From 95f3ad0206f1bf010a74aa47b6d77cae9c559d5e Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 22 Dec 2010 10:05:40 +1100 Subject: [PATCH] Dont run net serverid wipe in the background --- config/events.d/50.samba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/events.d/50.samba b/config/events.d/50.samba index c4637c04..a1f99fbb 100755 --- a/config/events.d/50.samba +++ b/config/events.d/50.samba @@ -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 -- 2.34.1