Skip to content

Instantly share code, notes, and snippets.

@LuisPalacios
Created March 7, 2023 20:29
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/f3d4c426d8208dc5fee3c6a847dcc087 to your computer and use it in GitHub Desktop.
Save LuisPalacios/f3d4c426d8208dc5fee3c6a847dcc087 to your computer and use it in GitHub Desktop.
Norte: Vigila el túnel bridge ethernet con sur
[Unit]
Description=Vigilante Bridge Ethernet con Sur
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_sur
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment