Started work on s6-svc restart of wireguard for containerized deployment(s)
This commit is contained in:
parent
fbc79beb72
commit
ef8de286b1
|
@ -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"
|
||||
|
|
Reference in a new issue