Inital commit

This commit is contained in:
2021-10-19 23:51:45 +00:00
commit 0137efb95e
3 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/sbin/openrc-run
command="/usr/sbin/minisatip"
command_args="-R /usr/share/minisatip/html"
command_args_foreground="-f"
supervisor="supervise-daemon"
depend() {
use net
}