mirror of
https://github.com/roles-ansible/ansible_collection_wireguard.git
synced 2024-10-27 22:47:42 +01:00
13 lines
226 B
Django/Jinja
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
|