8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
# /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"
|