Ship it.
The controller/spaceprobed-run.sh script is an OpenRC service definition.
To use it, copy it to the openrcinit.d directory (on Alpine this is
/etc/init.d/) and ensure that it is owned by root and executable.
cp controller/spaceprobed-run.sh /etc/init.d/spaceprobe
chmod +x /etc/init.d/spaceprobed-rwxr-xr-x1rootroot444Dec919:37spaceprobedThen add the service:
rc-update add spaceprobedYou will then be able to use the standard openrc commands to manage the
service.
rc-service spaceprobed [status, stop, start]