apkovl-cli/cmd/templates/service/basicService
Lukas Bachschwell e01be1ed58
🎉 Initial commit, all commands basically working
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2022-01-02 11:53:45 +01:00

9 lines
181 B
Plaintext

#!/sbin/openrc-run
name=$RC_SVCNAME
description="<YOUR Service Description>"
pidfile="/run/$RC_SVCNAME.pid"
command="/media/mmcblk0p1/<YOUR Binary Name>"
command_background="yes"