diff --git a/assets/systemd/muscl.service b/assets/systemd/muscl.service index 6259a06..fd16fd3 100644 --- a/assets/systemd/muscl.service +++ b/assets/systemd/muscl.service @@ -9,6 +9,8 @@ ExecStart=/usr/bin/muscl-server --systemd --disable-landlock socket-activate ExecReload=/usr/bin/kill -HUP $MAINPID WatchdogSec=3min +Restart=always +RestartSec=10s # Although this is a multi-instance unit, the constant `User` field is needed # for authentication via mysql's auth_socket plugin to work.