wgvirtipd/dev/server/entrypoint.sh
2024-01-21 22:52:57 +01:00

7 lines
154 B
Bash
Executable file

#!/bin/sh
lighthttpd_conf=/etc/lighttpd/lighttpd.conf
wg-quick up wg0
lighttpd -tt -f "$lighthttpd_conf" && lighttpd -f "$lighthttpd_conf" || true
"$@"