/systemd-251/units/ |
D | meson.build | 12 'sysinit.target.wants/'], 15 'sysinit.target.wants/'], 18 'sysinit.target.wants/'], 20 'sysinit.target.wants/'], 22 'sysinit.target.wants/'], 29 'multi-user.target.wants/'], 49 'sysinit.target.wants/'], 67 'sysinit.target.wants/'], 72 'initrd-root-device.target.wants/'], 74 'initrd-root-device.target.wants/'], [all …]
|
/systemd-251/test/units/ |
D | testsuite-15.sh | 11 rm -fr /{etc,run,usr/lib}/systemd/system/"$SERVICE_NAME".service.{wants,requires} 16 rm -fr /{etc,run,usr/lib}/systemd/system/"$SERVICE_NAME"*.service.{wants,requires} 38 mkdir -p /{etc,run,usr/lib}/systemd/system/"$SERVICE_NAME".service.{d,wants,requires} 64 ln -s ../test15-b.service /etc/systemd/system/test15-a.service.wants/ 65 ln -s ../test15-c.service /etc/systemd/system/test15-b.service.wants/ 71 ln -s ../test15-b.service /etc/systemd/system/test15-a.service.wants/ 78 ln -s ../nonexistent.service /etc/systemd/system/test15-a.service.wants/ 101 ln -sf ../test15-c.service /etc/systemd/system/test15-a.service.wants/ 102 ln -sf ../test15-c1.service /etc/systemd/system/test15-b.service.wants/ 219 ln -s /etc/systemd/system/bar@.service /etc/systemd/system/foo.service.wants/bar@1.service [all …]
|
D | testsuite-28.service | 5 Wants=specifier-j-wants.service 6 After=specifier-j-wants.service
|
/systemd-251/test/ |
D | mkosi.build.networkd-test | 22 mkdir -p "$DESTDIR"/etc/systemd/system/multi-user.target.wants/ 23 ln -s ../networkd-test.service "$DESTDIR"/etc/systemd/system/multi-user.target.wants/
|
D | meson.build | 71 testsuite08_dir + '/local-fs.target.wants/-.mount')
|
D | test-functions | 1844 …ockets.target.wants/dbus.socket" || inst_symlink /etc/systemd/user/sockets.target.wants/dbus.socket
|
/systemd-251/src/sysv-generator/ |
D | sysv-generator.c | 55 char **wants; member 72 strv_free(s->wants); in free_sysvstub() 152 STRV_FOREACH(p, s->wants) in generate_unit_file() 354 r = strv_extend(&s->wants, m); in handle_provides() 362 r = strv_extend(&s->wants, SPECIAL_NETWORK_TARGET); in handle_provides() 410 r = strv_extend(&s->wants, m); in handle_dependencies()
|
/systemd-251/test/testsuite-28.units/ |
D | specifier-j-depends-wants.service | 8 ExecStart=touch /tmp/test-specifier-j-wants
|
/systemd-251/src/core/ |
D | device.c | 404 const char *wants, *property; in device_add_udev_wants() local 413 r = sd_device_get_property_value(dev, property, &wants); in device_add_udev_wants() 420 r = extract_first_word(&wants, &word, NULL, EXTRACT_UNQUOTE); in device_add_udev_wants() 426 …eturn log_unit_error_errno(u, r, "Failed to parse property %s with value %s: %m", property, wants); in device_add_udev_wants()
|
/systemd-251/src/login/ |
D | logind-dbus.h | 27 …har *scope, pid_t pid, const char *slice, const char *description, char **wants, char **after, con…
|
D | logind-dbus.c | 3946 char **wants, in manager_start_scope() argument 3985 STRV_FOREACH(i, wants) { in manager_start_scope()
|
/systemd-251/docs/ |
D | CONTAINER_INTERFACE.md | 19 1. If the container manager wants to control the hostname for a container 167 3. If the container manager wants to cleanly shutdown the container, it might 194 wants to tell the service manager about readiness. A container manager can 218 Container managers may place certain resources the manager wants to provide to 382 If you write software that wants to detect whether it is run in a container,
|
D | USER_GROUP_API.md | 60 `/run/systemd/userdb/` directory. When a client wants to look up a user or 92 Any subsystem that wants to provide user/group records can do so, simply by 242 `AF_UNIX` socket: in order to correctly determine which service a client wants
|
D | USERDB_AND_DESKTOPS.md | 133 that wants to support rich user records with compatibility with the status quo 137 the way to go for rich user records, any UI that wants to manage and support
|
D | JOURNAL_NATIVE_PROTOCOL.md | 166 based logging. If a program wants to detect automatically whether its STDERR is
|
D | ROOT_STORAGE_DAEMONS.md | 90 kernel threads are excluded too. Thus, a daemon which wants to take advantage
|
D | NETWORK_ONLINE.md | 20 wants to run before it must pull it in. Network management services hence
|
D | TEMPORARY_DIRECTORIES.md | 34 other software that wants to create the same file or directory `/tmp/foo`
|
D | CGROUP_DELEGATION.md | 203 sub-graph of the tree whatever it wants. 413 of a host systemd which wants to run a systemd as its own container payload
|
D | ENVIRONMENT.md | 199 or whenever they change if it wants to integrate with `systemd-logind`'s
|
/systemd-251/shell-completion/zsh/ |
D | _systemctl.in | 56 "add-wants:Add Wants= dependencies to a unit" 244 …iled is-enabled status show preset help list-dependencies edit revert add-wants add-requires set-p…
|
/systemd-251/test/fuzz/fuzz-unit-file/ |
D | directives-all.service | 350 systemd.wants= key
|
/systemd-251/shell-completion/bash/ |
D | systemctl.in | 209 [TARGET_AND_UNITS]='add-wants add-requires'
|
/systemd-251/ |
D | TODO | 33 - systemctl add-wants,add-requires
|
D | NEWS | 4459 (systemctl add-wants final.target my-halt-local.service) 5238 target path of symlinks in .wants/ or .requires/ directories of other 5245 .wants/ or .requires/. The target paths of those symlinks are not 10264 * systemctl gained two new commands "add-wants" and 10713 * New kernel command line options "systemd.wants=" (for 12694 themselves. More specifically, if the administrator wants to
|