Files
bird3/bird.service
Marcus Rueckert 0f4d18a02b Package version 3 of Bird Main changes are under the hood, from the users
perspective should be almost the same as Bird 2. But for stable distributions
(<16.0) it makes sense to provide it as an alternative. For 16.0 it makes sense
to provide it as a main implementation.

OBS-URL: https://build.opensuse.org/package/show/network/bird3?expand=0&rev=1
2025-05-07 18:17:19 +00:00

26 lines
718 B
Desktop File

[Unit]
Description=The BIRD Internet Routing Daemon
Documentation=http://bird.network.cz/doc/bird.html
Wants=network.target
After=network.target
ConditionFileIsExecutable=/usr/sbin/bird
[Service]
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
ProtectHostname=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions
Type=simple
ExecStartPre=/usr/sbin/bird -p -u bird -g bird
ExecStart=/usr/sbin/bird -u bird -g bird -f -P /run/bird/bird.pid $BIRD_OPTIONS
ExecReload=/usr/bin/kill -HUP $MAINPID
PIDFile=/run/bird/bird.pid
Restart=on-failure
[Install]
WantedBy=multi-user.target