Searched refs:around (Results 1 – 25 of 26) sorted by relevance
12
/systemd-251/docs/ |
D | ROOT_STORAGE_DAEMONS.md | 40 storage needs to stay around longer than the storage, which is technically 57 started before systemd got initialized and stay around until after systemd is 82 needed for the root fs which are started by the initrd stay around during 144 These recommendations apply to those storage daemons which need to stay around
|
D | BUILDING_IMAGES.md | 116 resolvable, even without `/etc/passwd` and `/etc/group` around. 136 remains resolvable, even without `/etc/hosts` around. 198 incompletely set up partitions around.
|
D | DISTRO_PORTING.md | 30 Play around (as an ordinary user) with
|
D | PORTABILITY_AND_STABILITY.md | 51 …accepted, while patches which make the code ugly or exist solely to work around bugs in other proj… 64 …:** We generally avoid adding compatibility kludges to systemd that work around bugs in certain ve… 133 … our sources are quite readable and open source, so feel free to spelunk around in the sources if …
|
D | PORTABLE_SERVICES.md | 34 no artifacts around (except maybe messages they might have logged). 137 Note that the images need to stay around (and in the same location) as long as the
|
D | AUTOMATIC_BOOT_ASSESSMENT.md | 176 the other way around.
|
D | CONTAINER_INTERFACE.md | 76 alteration from inside the containers. Or to turn this around: only the 372 than with them around.
|
D | CODING_STYLE.md | 309 the other way around. 483 - Avoid leaving long-running child processes around, i.e. `fork()`s that are
|
D | TEMPORARY_DIRECTORIES.md | 136 ("atime") of all files that shall be kept around. Since the ageing algorithm
|
D | USER_GROUP_API.md | 47 for streaming data. They are useful to pass around short control messages,
|
D | JOURNAL_FILE_FORMAT.md | 88 original file, but it should be left around so that as little data as possible 93 to as much data around it as possible.
|
D | RESOLVED-VPNS.md | 195 which is a thin wrapper around the D-Bus interface mentioned above. Use
|
D | UIDS-GIDS.md | 252 permission problems, introduces security issues around SETUID and severely
|
D | ENVIRONMENT.md | 15 do not want to guarantee that they stay around for good either.
|
D | BOOT_LOADER_SPECIFICATION.md | 64 * To unify and thus simplify configuration of the various boot loaders around,
|
D | USER_RECORD.md | 540 per-user service manager is kept around after the user fully logged out. This 551 false any processes left around when the user logs out are left running.
|
D | CGROUP_DELEGATION.md | 169 be moved around though, i.e. assigned to a different slice if needed.
|
/systemd-251/.github/ |
D | codeql-custom.qls | 6 # the github/codeql repository, so we have to "dance" around it using
|
/systemd-251/shell-completion/zsh/ |
D | _systemd-run | 62 {-r,--remain-after-exit}'[Leave service around until explicitly stopped]' \
|
/systemd-251/src/core/ |
D | mount.c | 1961 _cleanup_set_free_free_ Set *around = NULL, *gone = NULL; in mount_process_proc_self_mountinfo() local 2059 if (set_ensure_allocated(&around, &path_hash_ops) < 0 || in mount_process_proc_self_mountinfo() 2060 set_put_strdup(&around, mount->parameters_proc_self_mountinfo.what) < 0) in mount_process_proc_self_mountinfo() 2069 if (set_contains(around, what)) in mount_process_proc_self_mountinfo()
|
/systemd-251/rules.d/ |
D | 71-seat.rules.in | 55 # rule is executed. To work around this we'll trigger the parent from
|
/systemd-251/src/boot/efi/ |
D | meson.build | 289 # them seems to work around this.
|
/systemd-251/ |
D | README | 170 install a work-around seccomp filter that makes containers boot even
|
D | TODO | 334 multiple versions are around of the same resource, show which ones. (in other 452 it's not around yet, prompting the user for a password. Once that succeeded 980 the runtime dir as we maintain for the fdstore: i.e. keep it around as long 1370 - define more intervals where we will shift wakeup intervals around in, 1h, 6h, 24h, ... 1432 …d: optionally, ignore idle-hint logic for autosuspend, block suspend as long as a session is around 1574 …- logind: maybe keep a "busy fd" as long as there's a non-released session around or the user@.ser…
|
D | NEWS | 227 has been allocated. The call is supposed to address races around 2656 convenience wrapper around the pre-existing sd_event_add_time() call 5468 wrapper around the former, but now these two APIs are exposed 5833 multiple ways to work around this problem: pre-allocate the 6986 of documentation around how to use Meson, the extremely brief 8505 these controllers anyway. The NetClass= directive is kept around for 8689 transient timer units, which shall not stay around longer 8774 account. In order to unify and simplify the logic around 8807 stopped having this file around as anything else than a 8854 formerly supported '-1' value for disabling stays around for [all …]
|
12