Skip to content

CExA-project/github-actions-runner-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.