ContainersWorkspace/wireguard/entrypoint.sh

4 lines
63 B
Bash
Raw Normal View History

2023-08-01 14:28:44 +00:00
#!/bin/bash
wg-quick up /data/wg0.conf && exec sleep infinity