1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_wireguard.git synced 2024-10-27 22:47:42 +01:00
ansible_collection_wireguard/roles/wireguardui/templates/wireguard-ui.service.j2
2024-10-14 01:34:07 +02:00

13 lines
226 B
Django/Jinja

{{ ansible_managed | comment }}
[Unit]
Description=Wireguard-ui Service
After=network.target
[Service]
Type=oneshot
ExecStart={{ wireguardui__full_executable_path }}
User=root
Group=root
[Install]
WantedBy=multi-user.target