Forked from LuisPalacios/watch_eth_bridge_con_norte.service
Created
June 3, 2025 20:11
-
-
Save xergio/dfd8733156d6dd9bb06279c1ce0feee9 to your computer and use it in GitHub Desktop.
Sur: Vigila el túnel bridge ethernet con norte
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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