summaryrefslogtreecommitdiff
path: root/meta-google/recipes-extended/networking/files/mstpd.service
diff options
context:
space:
mode:
authorWilly Tu <wltu@google.com>2021-02-12 23:16:25 +0300
committerWilliam A. Kennington III <wak@google.com>2021-02-17 00:42:17 +0300
commit89505a05d9c00836e3f7834901528f4f63edc289 (patch)
tree76fc37f817a0a3e98853f2d0da67cc6c8a42eae0 /meta-google/recipes-extended/networking/files/mstpd.service
parent74a3a8aef4287dddc77c11d70c0c19401c461991 (diff)
downloadopenbmc-89505a05d9c00836e3f7834901528f4f63edc289.tar.xz
meta-google: recipes-extended: networking: mstpd: Import from gBMC
Initial recipes-extended/networking mstpd code from gBMC. Google-Bug-Id: 179618485 Upstream: 8ac594bdf054082ca6dbe35c4345759fe4c31669 Change-Id: Ia8a39b1f502283c9b0e1273bc28d9b7046a34164 Signed-off-by: Willy Tu <wltu@google.com>
Diffstat (limited to 'meta-google/recipes-extended/networking/files/mstpd.service')
-rw-r--r--meta-google/recipes-extended/networking/files/mstpd.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-google/recipes-extended/networking/files/mstpd.service b/meta-google/recipes-extended/networking/files/mstpd.service
new file mode 100644
index 000000000..ef8303416
--- /dev/null
+++ b/meta-google/recipes-extended/networking/files/mstpd.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Multiple Spanning Tree Protocol Daemon
+Before=network-pre.target
+Wants=network-pre.target
+
+[Service]
+Restart=always
+Type=simple
+ExecStart=/usr/sbin/mstpd -d -v 3
+
+[Install]
+WantedBy=multi-user.target