mirror of
https://tildegit.org/solene/iblock.git
synced 2024-11-21 17:49:50 +01:00
12 lines
122 B
Bash
Executable File
12 lines
122 B
Bash
Executable File
#!/bin/ksh
|
|
|
|
daemon="/usr/local/sbin/iblock"
|
|
daemon_user="_iblock"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
rc_bg=YES
|
|
|
|
rc_cmd $1
|