start: chmod +x act_runner ./act_runner --version ./act_runner register --no-interactive --instance http://92.51.12.43/ --token fDFMZh0CPV8CsOTVDlSHQXsp96Ji06KjyTVlwf4D --name MyRunner --labels RunnerLabels #mkdir /etc/act_runner #mkdir /var/lib/act_runner cp ./act_runner.service /etc/systemd/system/act_runner.service cp ./act_runner /usr/local/bin/act_runner cp ./config.yaml /etc/act_runner/config.yaml systemctl daemon-reload systemctl enable act_runner.service systemctl start act_runner.service systemctl status act_runner.service