Skip to content

Commit

Permalink
fix: point the munged wrapper to the correct binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 authored and NucciTheBoss committed Jun 7, 2024
1 parent fe4d587 commit 03763b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/sbin/munged.wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. "${SNAP_COMMON}/.env"

# Start munge authentication services.
"${SNAP}"/usr/sbin/munged \
"${SNAP}"/sbin/munged \
--key-file "${SNAP_COMMON}/etc/munge/munge.key" \
--socket "${SNAP_COMMON}/run/munge/munged.socket.2" \
--pid-file "${SNAP_COMMON}/run/munge/munged.pid" \
Expand Down

0 comments on commit 03763b5

Please sign in to comment.