mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
13 lines
243 B
Django/Jinja
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
|