diff --git a/main/runner.sh b/main/runner.sh index 1da7cf1..334abd8 100644 --- a/main/runner.sh +++ b/main/runner.sh @@ -78,6 +78,6 @@ WantedBy=multi-user.target EOF # load the new systemd unit file -sudo systemctl daemon-reload +systemctl daemon-reload # start the service and enable it at boot -sudo systemctl enable act_runner --now \ No newline at end of file +systemctl enable act_runner --now \ No newline at end of file