Created
September 6, 2018 18:47
-
-
Save jqqqqqqqqqq/bb81466b871c32dd989061b4f38e97bc to your computer and use it in GitHub Desktop.
bird2 systemd from arch linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=BIRD routing daemon | |
After=network.target | |
[Service] | |
Type=forking | |
ExecStart=/usr/bin/bird | |
ExecReload=/usr/bin/birdc configure | |
ExecStop=/usr/bin/birdc down | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment