Lines Matching refs:systemd
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/system/basic.target.wants/autorelabel.service
187 local _valgrind_wrapper=$initdir/$ROOTLIBDIR/systemd-under-valgrind
192 exec valgrind --leak-check=full --log-file=/valgrind.out $ROOTLIBDIR/systemd "\$@"
227 for i in $initdir/{sbin,bin}/* $initdir/lib/systemd/*; do
244 mkfs.ext3 -L systemd "${LOOPDEV}p1"
280 systemdsystemunitdir=$(pkg-config --variable=systemdsystemunitdir systemd)
281 systemduserunitdir=$(pkg-config --variable=systemduserunitdir systemd)
310 rm -f $initdir/{usr/lib,etc}/systemd/system/plymouth* $initdir/{usr/lib,etc}/systemd/system/*/plymouth*
335 echo systemd-testsuite > $initdir/etc/hostname
338 LABEL=systemd / ext3 rw 0 1
387 cp /etc/pam.d/systemd-user $initdir/etc/pam.d/
417 cp $TEST_BASE_DIR/testsuite.target $initdir/etc/systemd/system/
418 cp $TEST_BASE_DIR/end.service $initdir/etc/systemd/system/
420 mkdir -p $initdir/etc/systemd/system/testsuite.target.wants
421 ln -fs $TEST_BASE_DIR/testsuite.service $initdir/etc/systemd/system/testsuite.target.wants/testsuite.service
422 ln -fs $TEST_BASE_DIR/end.service $initdir/etc/systemd/system/testsuite.target.wants/end.service
425 ln -fs testsuite.target $initdir/etc/systemd/system/default.target
438 mkdir -p $initdir/etc/systemd/system
482 TESTDIR=$(mktemp --tmpdir=/var/tmp -d -t systemd-test.XXXXXX)
1229 [[ -d /run/systemd/system ]]