mirror of
https://gitea.0xace.cc/ansible-galaxy/wireguard-ui.git
synced 2025-04-06 01:01:56 +00:00
fix templates
This commit is contained in:
parent
14158de481
commit
e74dcc77bb
@ -4,7 +4,7 @@ After=network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/systemctl restart wg-quick@{{ wireguard_ui_env['WGUI_CONFIG_FILE_PATH'] | basename | split(".")[0] }}.service
|
ExecStart=/usr/bin/systemctl restart wg-quick@{{ wireguard_ui_env['WGUI_CONFIG_FILE_PATH'] | basename | split('.')[0] }}.service
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
RequiredBy=wireguard-ui-watcher.path
|
RequiredBy={{ wireguard_ui_watcher_systemd_path_unit_name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user