/etc/init/bird.conf is in bird 1.4.5-1+deb8u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # bird - BIRD Internet Routing Daemon (IPv4)
description "BIRD Internet Routing Daemon (IPv4)"
author "Ondřej Surý <ondrej@debian.org>"
start on runlevel [2345]
stop on runlevel [016]
respawn
pre-start script
/usr/lib/bird/prepare-environment
/usr/sbin/bird -p
end script
script
. /etc/bird/envvars
exec /usr/sbin/bird -f -u $BIRD_RUN_USER -g $BIRD_RUN_GROUP $BIRD_ARGS
end script
|