.. | ||
README.md |
OpenRC init scripts
OpenRC is used to run services in Alpine Linux, Gentoo and probably others.
More info: https://github.com/OpenRC/openrc/blob/master/service-script-guide.md
Steps to install
- Copy init.d/runner to /etc/init.d/runner
- Set correct permissions:
doas chown root:root /etc/init.d/runner && chmod 755 /etc/init.d/runner
- Create symlink in correct runlevel:
doas ln -s /etc/init.d/runner /etc/runlevels/default/runner
- Set API_KEYS in /etc/init.d/runner by editing the file as root