🎉 Initial commit, all commands basically working

Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
2022-01-02 11:53:45 +01:00
commit e01be1ed58
24 changed files with 2347 additions and 0 deletions

View 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"