Roles service-fastd-mesh + service-fastd-intragate: rename fastd socket
This commit is contained in:
parent
817f86abb7
commit
98e1b60e00
2 changed files with 2 additions and 2 deletions
|
@ -34,4 +34,4 @@ on down "
|
|||
batctl -m {{ item.key }}BAT if del $INTERFACE
|
||||
";
|
||||
|
||||
status socket "/var/run/fastd-{{ item.key }}ig.status";
|
||||
status socket "/var/run/fastd-{{ item.key }}igVPN.status";
|
||||
|
|
|
@ -41,4 +41,4 @@ on down "
|
|||
batctl -m {{ item.key }}BAT if del $INTERFACE
|
||||
";
|
||||
|
||||
status socket "/var/run/fastd-{{ item.key }}.status";
|
||||
status socket "/var/run/fastd-{{ item.key }}VPN.status";
|
||||
|
|
Loading…
Reference in a new issue