diff options
-rwxr-xr-x | ctdb/config/events.d/60.nfs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ctdb/config/events.d/60.nfs b/ctdb/config/events.d/60.nfs index 7e59e19b51..90021ffae0 100755 --- a/ctdb/config/events.d/60.nfs +++ b/ctdb/config/events.d/60.nfs @@ -15,7 +15,10 @@ service_stop () { startstop_nfs stop } -service_reconfigure="startstop_nfs restart" +service_reconfigure () +{ + startstop_nfs restart +} loadconfig |