parent
6963e44409
commit
44d61da895
@ -0,0 +1,12 @@
|
||||
#!/sbin/openrc-run
|
||||
description="Refresh foomuuri iplist entries"
|
||||
description_doc="https://github.com/FoobarOy/foomuuri/wiki"
|
||||
depend() {
|
||||
need foomuuri
|
||||
}
|
||||
start() {
|
||||
ebegin "Refreshing foomuuri iplist"
|
||||
foomuuri --soft iplist refresh
|
||||
eend $?
|
||||
}
|
||||
stop() { :; }
|
||||
Loading…
Reference in new issue