mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
dont try starting samba through the "init" event
(This used to be ctdb commit e314a449606418a4c4eac6eb319bfcdf1c398cd3)
This commit is contained in:
parent
6ed0009125
commit
8959c8e850
@ -206,8 +206,10 @@ periodic_cleanup() {
|
||||
|
||||
###########################
|
||||
|
||||
[ "$1" = "init" ] || {
|
||||
ctdb_start_stop_service
|
||||
ctdb_start_stop_service "winbind"
|
||||
}
|
||||
|
||||
is_ctdb_managed_service || is_ctdb_managed_service "winbind" || exit 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user