diff --git a/installation/server.conf b/installation/server.conf index 041de41..5fcf597 100644 --- a/installation/server.conf +++ b/installation/server.conf @@ -88,3 +88,7 @@ max-clients 50 # Run this scripts when the client connects/disconnects client-connect scripts/connect.sh client-disconnect scripts/disconnect.sh + +# Notify the client that when the server restarts so it +# can automatically reconnect. +explicit-exit-notify 1