mirror of
https://github.com/samba-team/samba.git
synced 2025-03-26 18:50:30 +03:00
Eventscripts: 50.samba needs null service_reconfigure() function.
Samba doesn't need to do anything for configuration changes. It will notice configuration changes and reload automatically. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit de13350c17261032a7468c2cf4d2cf4a8d66a840)
This commit is contained in:
parent
b01d99a8fa
commit
8fb04d451e
@ -113,6 +113,12 @@ service_stop ()
|
||||
return 0
|
||||
}
|
||||
|
||||
service_reconfigure ()
|
||||
{
|
||||
# Samba automatically reloads config - no restart needed.
|
||||
:
|
||||
}
|
||||
|
||||
# set default samba cleanup period - in minutes
|
||||
[ -z "$SAMBA_CLEANUP_PERIOD" ] && {
|
||||
SAMBA_CLEANUP_PERIOD=10
|
||||
|
Loading…
x
Reference in New Issue
Block a user