| /systemd/tmpfiles.d/ |
| H A D | systemd-remote.conf | 1 # This file is part of systemd. 3 # systemd is free software; you can redistribute it and/or modify it 10 d /var/lib/systemd/journal-upload 0755 systemd-journal-upload systemd-journal-upload - - 12 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 - -
|
| H A D | tmp.conf | 1 # This file is part of systemd. 3 # systemd is free software; you can redistribute it and/or modify it 15 x /tmp/systemd-private-%b-* 16 X /tmp/systemd-private-%b-*/tmp 17 x /var/tmp/systemd-private-%b-* 18 X /var/tmp/systemd-private-%b-*/tmp
|
| /systemd/test/TEST-01-BASIC/ |
| H A D | test.sh | 4 TEST_DESCRIPTION="Basic systemd setup" 32 dwarn "can't run systemd-nspawn, skipping" 50 cat >$initdir/etc/systemd/system/testsuite.service <<EOF 65 ln -s /dev/null $initdir/etc/systemd/system/systemd-hwdb-update.service 66 ln -s /dev/null $initdir/etc/systemd/system/systemd-journal-catalog-update.service 67 ln -s /dev/null $initdir/etc/systemd/system/systemd-networkd.service 68 ln -s /dev/null $initdir/etc/systemd/syste [all...] |
| /systemd/test/TEST-07-ISSUE-1981/ |
| H A D | test-segfault.sh | 8 cat <<'EOL' >/lib/systemd/system/my.service 14 cat <<'EOL' >/lib/systemd/system/my.timer 24 mkdir -p /etc/systemd/system/my.timer.d/ 25 cat <<'EOL' >/etc/systemd/system/my.timer.d/override.conf
|
| H A D | test.sh | 4 TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/1981" 11 timeout --foreground 30s systemd-nspawn --kill-signal=SIGKILL --boot --directory=$TESTDIR/nspawn-root $ROOTLIBDIR/systemd $KERNEL_APPEND 14 dwarn "can't run systemd-nspawn, skipping" 32 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
|
| /systemd/test/TEST-06-SELINUX/ |
| H A D | test.sh | 51 cat <<EOF >$initdir/etc/systemd/system/testsuite.service 61 cat <<EOF >$initdir/etc/systemd/system/hola.service 72 cat <<EOF >$initdir/etc/systemd/system/load-systemd-test-module.service 74 Description=Load systemd-test module 81 ConditionPathExists=|/.load-systemd-test-module 84 ExecStart=/bin/sh -x -c 'echo 0 >/sys/fs/selinux/enforce && cd /systemd-test-module && make -f /usr/share/selinux/devel/Makefile load && rm /.load-systemd-test-module' 90 touch $initdir/.load-systemd-test-module 91 mkdir -p $initdir/etc/systemd/syste [all...] |
| /systemd/test/TEST-04-JOURNAL/ |
| H A D | test-journal.sh | 12 printf $'\n\n\n' | systemd-cat -t "$ID" --level-prefix false 19 printf $'<5>\n<6>\n<7>\n' | systemd-cat -t "$ID" --level-prefix true 27 printf $'<5>Trailing spaces \t \n' | systemd-cat -t "$ID" --level-prefix true 34 printf $'Trailing spaces \t \n' | systemd-cat -t "$ID" --level-prefix false 42 printf $'<5> \t Leading spaces\n' | systemd-cat -t "$ID" --level-prefix true 49 printf $' \t Leading spaces\n' | systemd-cat -t "$ID" --level-prefix false 57 systemctl restart systemd-journald
|
| H A D | test.sh | 32 dwarn "can't run systemd-nspawn, skipping" 50 cat >$initdir/etc/systemd/system/testsuite.service <<EOF 60 cat >$initdir/etc/systemd/system/forever-print-hola.service <<EOF
|
| /systemd/src/hostname/ |
| H A D | org.freedesktop.hostname1.conf | 6 This file is part of systemd. 8 systemd is free software; you can redistribute it and/or modify it
|
| /systemd/src/locale/ |
| H A D | org.freedesktop.locale1.conf | 6 This file is part of systemd. 8 systemd is free software; you can redistribute it and/or modify it
|
| /systemd/src/resolve/ |
| H A D | org.freedesktop.resolve1.conf | 6 This file is part of systemd. 8 systemd is free software; you can redistribute it and/or modify it 16 <policy user="systemd-resolve">
|
| /systemd/src/timedate/ |
| H A D | org.freedesktop.timedate1.conf | 6 This file is part of systemd. 8 systemd is free software; you can redistribute it and/or modify it
|
| /systemd/src/import/ |
| H A D | org.freedesktop.import1.conf | 6 This file is part of systemd. 8 systemd is free software; you can redistribute it and/or modify it
|
| /systemd/src/network/ |
| H A D | org.freedesktop.network1.conf | 6 This file is part of systemd. 8 systemd is free software; you can redistribute it and/or modify it 16 <policy user="systemd-network">
|
| /systemd/test/TEST-03-JOBS/ |
| H A D | test.sh | 32 dwarn "can't run systemd-nspawn, skipping" 50 cat >$initdir/etc/systemd/system/testsuite.service <<EOF 62 $initdir/etc/systemd/system
|
| /systemd/test/TEST-05-RLIMITS/ |
| H A D | test.sh | 32 dwarn "can't run systemd-nspawn, skipping" 49 cat >$initdir/etc/systemd/system.conf <<EOF 55 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
|
| /systemd/test/ |
| H A D | test-functions | 11 if ! ROOTLIBDIR=$(pkg-config --variable=systemdutildir systemd); then 12 echo "WARNING! Cannot determine rootlibdir from pkg-config, assuming /usr/lib/systemd" >&2 13 ROOTLIBDIR=/usr/lib/systemd 64 systemd.log_level=debug \ 67 init=$ROOTLIBDIR/systemd \ 95 ../../systemd-nspawn --register=no --directory=$TESTDIR/nspawn-root $ROOTLIBDIR/systemd $KERNEL_APPEND 140 cat <<EOF >$initdir/etc/systemd/system/autorelabel.service 159 mkdir -p $initdir/etc/systemd/system/basic.target.wants 160 ln -fs autorelabel.service $initdir/etc/systemd/syste [all...] |
| H A D | test-efi-create-disk.sh | 14 mkdir -p mnt/EFI/{Boot,systemd} 15 cp systemd-bootx64.efi mnt/EFI/Boot/bootx64.efi
|
| /systemd/src/core/ |
| H A D | org.freedesktop.systemd1.conf | 6 This file is part of systemd. 8 systemd is free software; you can redistribute it and/or modify it 23 <!-- systemd may receive activator requests -->
|
| H A D | main.c | 2 This file is part of systemd. 6 systemd is free software; you can redistribute it and/or modify it 11 systemd is distributed in the hope that it will be useful, but 17 along with systemd; If not, see <http://www.gnu.org/licenses/>. 315 if (streq(key, "systemd.unit") && value) { 320 } else if (streq(key, "rd.systemd.unit") && value) { 325 } else if (streq(key, "systemd.dump_core") && value) { 333 } else if (streq(key, "systemd.crash_chvt") && value) { 338 } else if (streq(key, "systemd.crash_shell") && value) { 346 } else if (streq(key, "systemd 1300 static char systemd[] = "systemd"; local [all...] |
| /systemd/src/machine/ |
| H A D | org.freedesktop.machine1.conf | 6 This file is part of systemd. 8 systemd is free software; you can redistribute it and/or modify it
|
| /systemd/src/login/ |
| H A D | org.freedesktop.login1.conf | 6 This file is part of systemd. 8 systemd is free software; you can redistribute it and/or modify it
|
| /systemd/test/TEST-02-CRYPTSETUP/ |
| H A D | test.sh | 4 TEST_DESCRIPTION="cryptsetup systemd setup" 56 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
|
| /systemd/src/basic/ |
| H A D | fileio.c | 2 This file is part of systemd. 6 systemd is free software; you can redistribute it and/or modify it 11 systemd is distributed in the hope that it will be useful, but 17 along with systemd; If not, see <http://www.gnu.org/licenses/>. 1100 p = strjoina(path, "/systemd-tmp-XXXXXX");
|