Skip to content
Permalink
Branch: master
Go to file
 
 
Cannot retrieve contributors at this time
13 lines (11 sloc) 259 Bytes
[Unit]
Description=call iproute2 to make a bridge
Before=network-pre.target
Wants=network-pre.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/odroid-auto-bridge u
ExecStop=/usr/bin/odroid-auto-bridge d
[Install]
WantedBy=network.target
You can’t perform that action at this time.