Searched refs:log (Results 1 - 11 of 11) sorted by relevance

/systemd/tmpfiles.d/
H A Djournal-nocow.conf25 h /var/log/journal - - - - +C
26 h /var/log/journal/%m - - - - +C
27 h /var/log/journal/remote - - - - +C
H A Dvar.conf14 d /var/log 0755 - - -
15 f /var/log/wtmp 0664 root utmp -
16 f /var/log/btmp 0600 root utmp -
H A Dsystemd-remote.conf12 z /var/log/journal/remote 2755 systemd-journal-remote systemd-journal-remote - -
13 z /run/log/journal/remote 2755 systemd-journal-remote systemd-journal-remote - -
/systemd/test/TEST-03-JOBS/
H A Dtest.sh14 cp -a $TESTDIR/root/var/log/journal $TESTDIR
/systemd/test/TEST-04-JOURNAL/
H A Dtest.sh14 cp -a $TESTDIR/root/var/log/journal $TESTDIR
/systemd/test/TEST-05-RLIMITS/
H A Dtest.sh14 cp -a $TESTDIR/root/var/log/journal $TESTDIR
/systemd/test/TEST-01-BASIC/
H A Dtest.sh14 cp -a $TESTDIR/root/var/log/journal $TESTDIR
/systemd/test/TEST-02-CRYPTSETUP/
H A Dtest.sh16 cp -a $TESTDIR/root/var/log/journal $TESTDIR
/systemd/test/
H A Dtest-functions192 exec valgrind --leak-check=full --log-file=/valgrind.out $ROOTLIBDIR/systemd "\$@"
251 cp -a $TESTDIR/nspawn-root/var/log/journal $TESTDIR
439 mkdir -p $initdir/var/log/journal
441 for d in usr/bin usr/sbin bin etc lib "$libdir" sbin tmp usr var var/log dev proc sys sysroot root run run/lock run/initramfs; do
1282 ) </dev/null >test.log 2>&1
1285 rm test.log
1289 echo "see $(pwd)/test.log"
/systemd/test/TEST-06-SELINUX/
H A Dtest.sh21 cp -a $TESTDIR/root/var/log/journal $TESTDIR
/systemd/src/coredump/
H A Dcoredump.c50 #include "log.h"
613 goto log;
616 * it. However, we keep the fd to it, so that we can still process it and log it. */
654 log:
678 return log_error_errno(r, "Failed to log coredump: %m");
1114 /* First, log to a safe place, since we don't know what crashed and it might be journald which we'd rather not
1115 * log to then. */

Completed in 404 milliseconds