Skip to content

Instantly share code, notes, and snippets.

@LuisPalacios
Created March 7, 2023 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LuisPalacios/5dff1345f6203a55e27c1efea426eac4 to your computer and use it in GitHub Desktop.
Save LuisPalacios/5dff1345f6203a55e27c1efea426eac4 to your computer and use it in GitHub Desktop.
Sur: Vigila el túnel bridge ethernet con norte
# Documentado en:
# https://www.luispa.com/linux/2014/10/19/bridge-ethernet.html
#
[Unit]
Description=Vigilante Bridge Ethernet con Norte
Wants=network-online.target internet_wait.service
After=network-online.target internet_wait.service
[Service]
Type=simple
ExecStart=/usr/bin/watch_eth_bridge.sh $WATCH_ETH_BRIDGE_OPTS
EnvironmentFile=-/etc/default/watch_eth_bridge_con_norte
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment