summaryrefslogtreecommitdiffhomepage
path: root/contrib/centos/gobgpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/centos/gobgpd.service')
-rw-r--r--contrib/centos/gobgpd.service17
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/centos/gobgpd.service b/contrib/centos/gobgpd.service
deleted file mode 100644
index 5aac6d7b..00000000
--- a/contrib/centos/gobgpd.service
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Description=GoBGP Routing Daemon
-Wants=network.target
-After=network.target
-
-[Service]
-Type=simple
-ExecStartPre=/usr/bin/gobgpd -f /etc/gobgpd/gobgpd.conf -d
-ExecStart=/usr/bin/gobgpd -f /etc/gobgpd/gobgpd.conf
-ExecReload=/usr/bin/gobgpd -r
-StandardOutput=journal
-StandardError=journal
-User=gobgpd
-Group=gobgpd
-
-[Install]
-WantedBy=multi-user.target