Skip to content

Commit

Permalink
Redirect journalctl to the host (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomponline authored Jan 17, 2025
2 parents 1178a40 + 2128c74 commit 92ac070
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snapcraft/commands/daemon.start
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ fi
# Redirect getent to the host
ln -s "${SNAP}/wrappers/run-host" "/run/bin/getent"

# Redirect journalctl to the host
ln -s "${SNAP}/wrappers/run-host" "/run/bin/journalctl"

# Redirect pro to the host
ln -s "${SNAP}/wrappers/run-host" "/run/bin/pro"

Expand Down

0 comments on commit 92ac070

Please sign in to comment.