9 lines
251 B
Plaintext
9 lines
251 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 --pid-file=/run/routinator --user=routinator
|
|
--group=routinator --detach"
|