summaryrefslogtreecommitdiff
path: root/meta-google/recipes-extended/networking/files/mstpd.service
blob: ef8303416771bb201af67fc35283f57e840eb64e (plain)
1
2
3
4
5
6
7
8
9
10
11
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