mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 21:35:15 +02:00
17 lines
372 B
Bash
17 lines
372 B
Bash
# Configuration for /etc/init.d/bird
|
|
#supervisor="supervise-daemon"
|
|
|
|
# Path of bird configuration file
|
|
#CONF_FILE="/etc/bird.conf"
|
|
|
|
# Path of bird command socket
|
|
#SOCK_PATH="/var/run/bird.ctl"
|
|
|
|
# User bird will run as after initialization
|
|
#USER="bird"
|
|
|
|
# Group bird will run as after initialization
|
|
#GROUP="bird"
|
|
|
|
# Additional arguments for the bird process
|
|
#BIRD_ARGS=""
|