diff --git a/overlay.d/05core/usr/lib/tmpfiles.d/root-bash.conf b/overlay.d/05core/usr/lib/tmpfiles.d/root-bash.conf new file mode 100644 index 0000000000..d5a2d870c2 --- /dev/null +++ b/overlay.d/05core/usr/lib/tmpfiles.d/root-bash.conf @@ -0,0 +1,5 @@ +# This really should be C! instead of L, but https://github.com/systemd/systemd/issues/12467 prevents that. +# TODO: switch to C! when https://github.com/systemd/systemd/pull/12750 makes it into fcos +L /var/roothome/.bashrc - - - - /usr/etc/skel/.bashrc +L /var/roothome/.bash_profile - - - - /usr/etc/skel/.bash_profile +L /var/roothome/.bash_logout - - - - /usr/etc/skel/.bash_logout