12 lines
391 B
Plaintext
12 lines
391 B
Plaintext
# $Id: radvd.sysconfig,v 1.1 2004/09/09 11:04:01 cvsdist Exp $
|
|
|
|
# use PIDFILE variable if you want override pid file (-p $PIDFILE)
|
|
# $PIDFILE is used by reload command.
|
|
PIDFILE="/var/run/radvd/radvd.pid"
|
|
|
|
# No chroot; /var/run/radvd must be owned by -u.
|
|
OPTIONS="-u radvd"
|
|
|
|
# Chroot; directory structure under /var/chroot/radvd has to be populated.
|
|
#OPTIONS="-u radvd -t /var/chroot/radvd"
|