summaryrefslogtreecommitdiff
path: root/meta-google/recipes-extended/networking/files/mstpd.service
blob: a7b1fc8a8e92cdd4f5c632639a3f37eed1778761 (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 2

[Install]
WantedBy=multi-user.target