diff --git a/deployer/archipel/supervisord.conf b/deployer/archipel/supervisord.conf index ce7733d..7cbc518 100644 --- a/deployer/archipel/supervisord.conf +++ b/deployer/archipel/supervisord.conf @@ -3,7 +3,7 @@ nodaemon=true [program:wireguard] priority=1 -command=bash -c "sleep 5 && ./start-wireguard.sh" +command=bash -c "sleep 5 && start-wireguard.sh" startsecs=10 startretries=50 stopwaitsecs=10