Searched defs:run (Results 1 - 4 of 4) sorted by relevance

/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/src/boot/efi/
H A Dboot.c486 BOOLEAN run = TRUE; local
718 run = FALSE;
830 return run;
1815 /* run special entry like "reboot" */
/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...]

Completed in 54 milliseconds