Skip to content

Commit

Permalink
Merge pull request #194 from bedroge/var_run_host_symlink
Browse files Browse the repository at this point in the history
Add host symlinks for `/var/log/wtmp` and `/var/run`
  • Loading branch information
boegel authored Jan 20, 2024
2 parents 10f1673 + a52c683 commit cf4d37e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ansible/playbooks/roles/compatibility_layer/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,16 @@ symlinks_to_host:
# required if SSSD is used in nsswitch.conf
- /lib64/libnss_sss.so.2

# required to make runtime data available for lots of tools (including who and w)
- /var/run

# required by the last command
- /var/log/wtmp

# - /var/lib/munge
# - /var/lib/unbound
# - /var/lib/VirtualGL
# - /var/log/munge
# - /var/log/wtmp
# - /var/run
# - /var/spool
# - /var/tmp
# - /run/dbus
Expand Down

0 comments on commit cf4d37e

Please sign in to comment.