Forked from LuisPalacios/watch_eth_bridge_con_norte.timer
Created
June 3, 2025 20:11
-
-
Save xergio/f530cef81ef40f703cd1a714ba14d894 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=Vigila y activa el tunel ethernet bridge con Norte | |
[Timer] | |
# Cuanto espero tras el boot para ejecutar por primera vez | |
OnBootSec=1min | |
# Tiempo entre ejecuciones | |
OnUnitActiveSec=1min | |
# Nombre del servicio a ejecutar | |
Unit=watch_eth_bridge_con_norte.service | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment