Manage GitHub Actions Runner like a SysV init script.
This manager aims to "demonize" GitHub Actions Runner in an environment where Systemd cannot be used.
make
Default installation prefix is $HOME/.local
, to change it:
PREFIX=path/to/dir make
The manager can simply be run by calling:
manage-ghar <optional arguments> <subcommand> <path of the runner>
Like a SysV init script, the manager accepts the subcommands start
, stop
, restart
, and status
.
Please check the documentation of the command for more help.