we are not arla
This commit is contained in:
parent
ff5e531b5e
commit
fa032de1d1
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
#!@RCD_SCRIPTS_SHELL@
|
||||
#
|
||||
# $NetBSD: bosserver.sh,v 1.2 2007/10/27 09:11:10 gendalia Exp $
|
||||
# $NetBSD: bosserver.sh,v 1.3 2012/05/06 20:37:47 christos Exp $
|
||||
#
|
||||
# PROVIDE: bosserver
|
||||
# BEFORE: arlad
|
||||
# BEFORE: afsd
|
||||
# REQUIRE: NETWORK
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="bosserver"
|
||||
rcvar=$name
|
||||
hostname=`@HOSTNAME_CMD@`
|
||||
hostname=$(@HOSTNAME_CMD@)
|
||||
command="@PREFIX@/sbin/$name"
|
||||
start_precmd="ulimit -S -d 1048576;ulimit -S -c unlimited"
|
||||
stop_precmd="@PREFIX@/bin/bos shutdown $hostname -local -wait"
|
||||
|
|
Loading…
Reference in a new issue