Initial commit
This commit is contained in:
22
openbsd/impermanence.rc
Executable file
22
openbsd/impermanence.rc
Executable file
@@ -0,0 +1,22 @@
|
||||
#!/bin/ksh
|
||||
#
|
||||
|
||||
daemon="/usr/local/bin/impermanence"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
rc_reload=NO
|
||||
|
||||
rc_start() {
|
||||
$daemon ${daemon_flags} start
|
||||
}
|
||||
|
||||
rc_stop() {
|
||||
$daemon ${daemon_flags} stop
|
||||
}
|
||||
|
||||
rc_check() {
|
||||
$daemon ${daemon_flags} status
|
||||
}
|
||||
|
||||
rc_cmd $1
|
Reference in New Issue
Block a user