Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xergio/f530cef81ef40f703cd1a714ba14d894 to your computer and use it in GitHub Desktop.
Save xergio/f530cef81ef40f703cd1a714ba14d894 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=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