Skip to content

Commit

Permalink
Pass flags to edgevpn, not supervise_daemon (#636)
Browse files Browse the repository at this point in the history
Fixes kairos-io/kairos#2789

Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Sep 13, 2024
1 parent 323fa31 commit ac53ba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/services/edgevpn.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ depend() {
supervisor=supervise-daemon
name="edgevpn"
command="edgevpn api --enable-healthchecks"
command="edgevpn"
command_args="api --enable-healthchecks"
supervise_daemon_args="--stdout /var/log/edgevpn.log --stderr /var/log/edgevpn.log"
pidfile="/run/edgevpn.pid"
respawn_delay=5
Expand Down

0 comments on commit ac53ba9

Please sign in to comment.