mirror of
https://github.com/roles-ansible/ansible_collection_wireguard.git
synced 2024-10-27 22:47:42 +01:00
10 lines
176 B
Text
10 lines
176 B
Text
|
{{ ansible_managed | comment }}
|
||
|
[Unit]
|
||
|
Description=Watch /etc/wireguard/wg0.conf for changes
|
||
|
|
||
|
[Path]
|
||
|
PathModified=/etc/wireguard/wg0.conf
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|