Initial commit

This commit is contained in:
gSpot
2020-06-19 20:43:08 +03:00
parent 4cc2914f10
commit cf2a9062b6
34 changed files with 5644 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/bin/sh /etc/rc.common
START=92
STOP=01
RUAB="/usr/bin/ruantiblock"
start() {
$RUAB start
}
stop() {
$RUAB stop
}
restart() {
$RUAB restart
}
reload() {
$RUAB reload
}