summarylogtreecommitdiffstats
path: root/bgpd.service
diff options
context:
space:
mode:
authorTrumeet2021-12-01 19:56:05 -0800
committerTrumeet2021-12-01 19:56:05 -0800
commit43d7396bdc69776e4ad9aa6147d040f6b18a6a79 (patch)
tree6d4e69a76785e18aaa9175873672da914cc108f1 /bgpd.service
downloadaur-43d7396bdc69776e4ad9aa6147d040f6b18a6a79.tar.gz
First Commit: 7.2
Diffstat (limited to 'bgpd.service')
-rw-r--r--bgpd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/bgpd.service b/bgpd.service
new file mode 100644
index 000000000000..e4e6de4f7ef4
--- /dev/null
+++ b/bgpd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=OpenNTP Daemon
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/bgpd
+
+[Install]
+WantedBy=multi-user.target