Searched refs:systemd (Results 1 - 24 of 24) sorted by relevance

/systemd/tmpfiles.d/
H A Dsystemd-remote.conf1 # 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 Dtmp.conf1 # 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 Dtest.sh4 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 Dtest-segfault.sh8 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 Dtest.sh4 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 Dtest.sh51 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 Dtest-journal.sh12 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 Dtest.sh32 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 Dorg.freedesktop.hostname1.conf6 This file is part of systemd.
8 systemd is free software; you can redistribute it and/or modify it
/systemd/src/locale/
H A Dorg.freedesktop.locale1.conf6 This file is part of systemd.
8 systemd is free software; you can redistribute it and/or modify it
/systemd/src/resolve/
H A Dorg.freedesktop.resolve1.conf6 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 Dorg.freedesktop.timedate1.conf6 This file is part of systemd.
8 systemd is free software; you can redistribute it and/or modify it
/systemd/src/import/
H A Dorg.freedesktop.import1.conf6 This file is part of systemd.
8 systemd is free software; you can redistribute it and/or modify it
/systemd/src/network/
H A Dorg.freedesktop.network1.conf6 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 Dtest.sh32 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 Dtest.sh32 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 Dtest-functions11 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 Dtest-efi-create-disk.sh14 mkdir -p mnt/EFI/{Boot,systemd}
15 cp systemd-bootx64.efi mnt/EFI/Boot/bootx64.efi
/systemd/src/core/
H A Dorg.freedesktop.systemd1.conf6 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 Dmain.c2 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 Dorg.freedesktop.machine1.conf6 This file is part of systemd.
8 systemd is free software; you can redistribute it and/or modify it
/systemd/src/login/
H A Dorg.freedesktop.login1.conf6 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 Dtest.sh4 TEST_DESCRIPTION="cryptsetup systemd setup"
56 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
/systemd/src/basic/
H A Dfileio.c2 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");

Completed in 113 milliseconds