diff --git a/scripts/install_systemd.sh b/scripts/install_systemd.sh index 8ab5c0b..d2b33ae 100755 --- a/scripts/install_systemd.sh +++ b/scripts/install_systemd.sh @@ -37,5 +37,3 @@ systemctl daemon-reload for name in $(suite_service_names); do systemctl enable "$(service_unit_name "$name")" done - -restart_systemd_suite