OSDN Git Service

New service: bird.
authormobinmob <mobinmob@disroot.org>
Fri, 15 Oct 2021 15:41:35 +0000 (18:41 +0300)
committermobinmob <mobinmob@disroot.org>
Fri, 15 Oct 2021 15:41:35 +0000 (18:41 +0300)
usr/share/66/service/bird [new file with mode: 0644]

diff --git a/usr/share/66/service/bird b/usr/share/66/service/bird
new file mode 100644 (file)
index 0000000..c244c0f
--- /dev/null
@@ -0,0 +1,11 @@
+[main]
+@type = classic
+@version = 0.0.1
+@description = "BIRD internet routing daemon"
+@user = ( root )
+
+[start]
+@execute = ( execl-cmdline -s { bird -f -u _bird -g _bird ${cmd_args} } )
+
+[environment]
+cmd_args=!-c /etc/bird.conf