3
0
Fork 0

Started work on s6-svc restart of wireguard for containerized deployment(s)

This commit is contained in:
KemoNine 2020-08-04 19:27:15 +00:00
parent fbc79beb72
commit ef8de286b1
1 changed files with 5 additions and 0 deletions

View File

@ -21,3 +21,8 @@
executable: "/bin/bash"
when: wg_syncconf and not wireguard_containerized
listen: "reconfigure wireguard"
- name: restart wireguard (container)
command: s6-svc -r /var/run/s6/services/wireguard
when: wireguard_containerized
listen: "reconfigure wireguard"