4e30cf81ef
* Initial * Fixes * Ignore hadolint DL3023 rule * Ignore DL3022 rule * Bump wireguard-tools * Fix port value
9 lines
121 B
Bash
9 lines
121 B
Bash
#!/bin/bash
|
|
|
|
/usr/local/bin/prometheus_wireguard_exporter -n /etc/wireguard/wg0.conf &
|
|
|
|
exec "$@" &
|
|
|
|
wait -n
|
|
|
|
exit $?
|