Skip to content

Commit

Permalink
Correct wireguard script path
Browse files Browse the repository at this point in the history
  • Loading branch information
vladostp committed Nov 18, 2020
1 parent c4f7e5e commit b768c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/archipel/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b768c8d

Please sign in to comment.