xref: /openbmc/openbmc/meta-google/recipes-extended/networking/files/mstpd.service (revision 213cb2696d00a85cd48d356cb5131824a302d828)
1[Unit]
2Description=Multiple Spanning Tree Protocol Daemon
3Before=network-pre.target
4Wants=network-pre.target
5
6[Service]
7Restart=always
8Type=simple
9ExecStart=/usr/sbin/mstpd -d -v 3
10
11[Install]
12WantedBy=multi-user.target
13