2022-09-26 23:10:48 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Connect %i to root bridge
|
|
|
|
After=network.target
|
2022-10-30 22:09:01 +01:00
|
|
|
OnFailure=status-mail@%n.service
|
2022-09-26 23:10:48 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2022-10-07 09:55:51 +02:00
|
|
|
ExecStartPre=-/usr/sbin/ifdown --ignore-errors veth-%i
|
|
|
|
ExecStart=/usr/sbin/ifup veth-%i
|