Searched refs:run (Results 1 - 16 of 16) sorted by relevance
/systemd/tmpfiles.d/ |
H A D | systemd-nologin.conf | 9 # 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 D | legacy.conf | 13 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 D | var.conf | 12 L /var/run - - - - ../run
|
H A D | systemd-remote.conf | 13 z /run/log/journal/remote 2755 systemd-journal-remote systemd-journal-remote - -
|
/systemd/test/TEST-01-BASIC/ |
H A D | Makefile | 9 run: 10 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
|
/systemd/test/TEST-02-CRYPTSETUP/ |
H A D | Makefile | 9 run: 10 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
|
/systemd/test/TEST-03-JOBS/ |
H A D | Makefile | 9 run: 10 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
|
/systemd/test/TEST-04-JOURNAL/ |
H A D | Makefile | 9 run: 10 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
|
/systemd/test/TEST-05-RLIMITS/ |
H A D | Makefile | 9 run: 10 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
|
/systemd/test/TEST-06-SELINUX/ |
H A D | Makefile | 9 run: 10 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
|
/systemd/test/TEST-07-ISSUE-1981/ |
H A D | Makefile | 9 run: 10 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
|
/systemd/src/dbus1-generator/ |
H A D | dbus1-generator.c | 91 char *run; local 93 run = getenv("XDG_RUNTIME_DIR"); 94 if (!run) { 100 getuid(), run);
|
/systemd/test/ |
H A D | test-functions | 437 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 D | udevd.c | 178 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 D | systemctl.c | 4479 * 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 D | boot.c | 486 BOOLEAN run = TRUE; local 718 run = FALSE; 830 return run; 1815 /* run special entry like "reboot" */
|
Completed in 1978 milliseconds