Parent Directory | Revision Log | Revision Graph
* Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-5.sme - make journald log permanent by creating /var/log/journal [SME: 11795]
1 | jpp | 1.1 | diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/events/actions/systemd-journald e-smith-base-5.8.1/root/etc/e-smith/events/actions/systemd-journald |
2 | --- e-smith-base-5.8.1.old/root/etc/e-smith/events/actions/systemd-journald 1969-12-31 19:00:00.000000000 -0500 | ||
3 | +++ e-smith-base-5.8.1/root/etc/e-smith/events/actions/systemd-journald 2021-12-20 09:07:38.478000000 -0500 | ||
4 | @@ -0,0 +1,5 @@ | ||
5 | +#!/bin/bash | ||
6 | +if [[ ! -d /var/log/journal ]]; then | ||
7 | + mkdir -p /var/log/journal | ||
8 | + /usr/bin/systemd-tmpfiles --create --prefix /var/log/journal | ||
9 | +fi |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |