Skip to content

Instantly share code, notes, and snippets.

@jqqqqqqqqqq
Created September 6, 2018 18:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jqqqqqqqqqq/bb81466b871c32dd989061b4f38e97bc to your computer and use it in GitHub Desktop.
bird2 systemd from arch linux
[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