208686455d
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort OBS-URL: https://build.opensuse.org/request/show/914360 OBS-URL: https://build.opensuse.org/package/show/network/bird?expand=0&rev=19
27 lines
736 B
Desktop File
27 lines
736 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
|
|
ProtectClock=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
|