ansible-roles/roles/pve/templates/pve-online-gre.service.j2
2021-12-01 19:13:34 +01:00

13 lines
243 B
Django/Jinja

[Unit]
Description=Setup GRE tunnels with other PVE nodes
After=pve-guests.service
Requires=pve-cluster.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/local/bin/pve-online --update-gre
[Install]
WantedBy=multi-user.target