Skip to content

Instantly share code, notes, and snippets.

@LuisPalacios
Created March 7, 2023 20:42
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/b6809e3c838a800f5f250b53e616bdc9 to your computer and use it in GitHub Desktop.
Save LuisPalacios/b6809e3c838a800f5f250b53e616bdc9 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