Forked from LuisPalacios/watch_eth_bridge_con_sur.service
Created
June 3, 2025 20:08
-
-
Save xergio/6e84254bbaf7b1c4caca55b3814a7c05 to your computer and use it in GitHub Desktop.
Norte: Vigila el túnel bridge ethernet con sur
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
[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