Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 624 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 624 Bytes

GitHub Actions Runner manager

Manage GitHub Actions Runner like a SysV init script.

Objective

This manager aims to "demonize" GitHub Actions Runner in an environment where Systemd cannot be used.

Install

make

Default installation prefix is $HOME/.local, to change it:

PREFIX=path/to/dir make

Use

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.