Set up poudriere to build pkgbase.
This commit is contained in:
@@ -13,12 +13,12 @@ desc="Poudriere Loop"
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
: ${poudboot_enable:=YES}
|
||||
: ${poudboot_enable:=NO}
|
||||
|
||||
command=/usr/sbin/daemon
|
||||
pidfile=/var/run/${name}.pid
|
||||
|
||||
command_args="-p $pidfile -u root -f -S -T $name poudboot start"
|
||||
command_args="-p $pidfile -u root -f -S -T $name nice -n 10 poudboot start"
|
||||
|
||||
export PATH="${PATH}:/usr/local/bin"
|
||||
run_rc_command "$1"
|
||||
|
||||
Reference in New Issue
Block a user