14 lines
448 B
SYSTEMD
14 lines
448 B
SYSTEMD
# Watches for a dashboard WireGuard write-request and fires the handler the moment it appears. The
|
|
# handler consumes the request, so a re-arm cannot double-run it. install.sh rewrites the path.
|
|
[Unit]
|
|
Description=Clusev WireGuard write-request — watch for a dashboard request
|
|
After=docker.service
|
|
Wants=docker.service
|
|
|
|
[Path]
|
|
PathExists=/home/nexxo/clusev/run/wg-request.json
|
|
Unit=clusev-wg-request.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|