Searched refs:run (Results 1 - 16 of 16) sorted by relevance

/systemd/tmpfiles.d/
H A Dsystemd-nologin.conf9 # This file has special suffix so it is not run by mistake.
11 F! /run/nologin 0644 - - - "System is booting up. See pam_nologin(8)"
H A Dlegacy.conf13 d /run/lock 0755 root root -
14 L /var/lock - - - - ../run/lock
16 # /run/lock/subsys is used for serializing SysV service execution, and
19 d /run/lock/subsys 0755 root root -
H A Dvar.conf12 L /var/run - - - - ../run
H A Dsystemd-remote.conf13 z /run/log/journal/remote 2755 systemd-journal-remote systemd-journal-remote - -
/systemd/test/TEST-01-BASIC/
H A DMakefile9 run:
10 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
/systemd/test/TEST-02-CRYPTSETUP/
H A DMakefile9 run:
10 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
/systemd/test/TEST-03-JOBS/
H A DMakefile9 run:
10 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
/systemd/test/TEST-04-JOURNAL/
H A DMakefile9 run:
10 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
/systemd/test/TEST-05-RLIMITS/
H A DMakefile9 run:
10 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
/systemd/test/TEST-06-SELINUX/
H A DMakefile9 run:
10 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
/systemd/test/TEST-07-ISSUE-1981/
H A DMakefile9 run:
10 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
/systemd/src/dbus1-generator/
H A Ddbus1-generator.c91 char *run; local
93 run = getenv("XDG_RUNTIME_DIR");
94 if (!run) {
100 getuid(), run);
/systemd/test/
H A Dtest-functions437 mkdir -p $initdir/run
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
449 ln -sfn /run "$initdir/var/run"
450 ln -sfn /run/lock "$initdir/var/lock"
1229 [[ -d /run/systemd/system ]]
1253 --run)
/systemd/src/udev/
H A Dudevd.c178 r = unlink("/run/udev/queue");
180 log_warning_errno(errno, "could not unlink /run/udev/queue: %m");
623 r = touch("/run/udev/queue");
625 log_warning_errno(r, "could not touch /run/udev/queue: %m");
1412 " --daemon Detach and run in the background\n"
1616 static int run(int fd_ctrl, int fd_uevent, const char *cgroup) { function
1704 r = mkdir("/run/udev", 0755);
1706 r = log_error_errno(errno, "could not create /run/udev: %m");
1758 r = run(fd_ctrl, fd_uevent, cgroup);
/systemd/src/systemctl/
H A Dsystemctl.c4479 * 1: program is dead and /run PID file exists
4480 * 2: program is dead and /run/lock lock file exists
5848 _cleanup_free_ char *path = NULL, *path2 = NULL, *run = NULL; local
5857 run = path_join(arg_root, "/run/systemd/system/", name);
5862 run = path_join(arg_root, "/run/systemd/user/", name);
5873 run = path_join(arg_root, user_runtime, name);
5879 if (!path || (arg_runtime && !run))
5884 log_error("Refusing to create \"%s\" because it would be overridden by \"%s\" anyway.", run, pat
[all...]
/systemd/src/boot/efi/
H A Dboot.c486 BOOLEAN run = TRUE; local
718 run = FALSE;
830 return run;
1815 /* run special entry like "reboot" */

Completed in 1978 milliseconds