🎉 Initial commit, all commands basically working
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
8
cmd/templates/service/basicService
Normal file
8
cmd/templates/service/basicService
Normal file
@ -0,0 +1,8 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
name=$RC_SVCNAME
|
||||
description="<YOUR Service Description>"
|
||||
|
||||
pidfile="/run/$RC_SVCNAME.pid"
|
||||
command="/media/mmcblk0p1/<YOUR Binary Name>"
|
||||
command_background="yes"
|
Reference in New Issue
Block a user