Browse Source

+ contrib/init.openrc

master
Alex 'AdUser' Z 8 years ago
parent
commit
11c33a755f
  1. 17
      contrib/init.openrc

17
contrib/init.openrc

@ -0,0 +1,17 @@
#!/sbin/openrc-run
name="f2b"
command="/usr/sbin/f2b"
command_args="-d"
description="lightweight blocker of network attacks"
pidfile="/var/run/f2b.pid"
required_dirs="/var/run"
required_files="/etc/f2b/f2b.conf"
depend() {
need mountall
use net
after bootmisc
config "/etc/f2b/f2b.conf"
}
Loading…
Cancel
Save