7 lines
215 B
Text
7 lines
215 B
Text
# /etc/init.d/routinator
|
|
|
|
# Options to pass to the routinator process
|
|
# See routinator man for options
|
|
|
|
ROUTINATOR_BASEDIR="/var/lib/routinator"
|
|
ROUTINATOR_OPTS="--rtr=[::]:323 --user=routinator --group=routinator"
|