Searched refs:online (Results 1 – 19 of 19) sorted by relevance
/systemd-251/docs/ |
D | NETWORK_ONLINE.md | 48 ## Network connectivity has been estabilished: `network-online.target` 50 `network-online.target` is a target that actively waits until the network is 78 `network-online.target`, staying relatively close to traditional LSB behaviour. 122 `$network` / `network-online.target` is a mechanism that is required only to 137 ## How do I make sure that my service starts after the network is *really* online? 144 After=network-online.target 145 Wants=network-online.target 155 The services that are ordered before `network-online.target` define it's 160 `network-online.target` will time out after 90s. Enabling this might 164 `NetworkManager-wait-online.service` if `NetworkManager` is used to configure [all …]
|
D | CODE_QUALITY.md | 57 [online](https://scan.coverity.com/projects/systemd). 61 [online](https://oss-fuzz.com/v2/testcases?project=systemd).
|
D | USERDB_AND_DESKTOPS.md | 98 only btrfs has online file system shrinking support, ext4 only offline file 100 systems support online file system growing however). This means if the LUKS
|
/systemd-251/units/ |
D | systemd-networkd-wait-online.service.in | 12 Documentation=man:systemd-networkd-wait-online.service(8) 17 Before=network-online.target shutdown.target 21 ExecStart={{ROOTLIBEXECDIR}}/systemd-networkd-wait-online 25 WantedBy=network-online.target
|
D | systemd-networkd-wait-online@.service.in | 12 Documentation=man:systemd-networkd-wait-online.service(8) 17 Before=network-online.target shutdown.target 21 ExecStart={{ROOTLIBEXECDIR}}/systemd-networkd-wait-online -i %i 25 WantedBy=network-online.target
|
D | systemd-networkd.service.in | 63 # We want to enable systemd-networkd-wait-online.service whenever this service 64 # is enabled. systemd-networkd-wait-online.service has 65 # WantedBy=network-online.target, so enabling it only has an effect if 66 # network-online.target itself is enabled or pulled in by some other unit. 67 Also=systemd-networkd-wait-online.service
|
D | systemd-sysupdate.service.in | 13 Wants=network-online.target 14 After=network-online.target
|
D | systemd-journal-upload.service.in | 13 Wants=network-online.target 14 After=network-online.target
|
D | meson.build | 57 ['network-online.target', ''], 224 ['systemd-networkd-wait-online.service', 'ENABLE_NETWORKD'], 225 ['systemd-networkd-wait-online@.service','ENABLE_NETWORKD'],
|
/systemd-251/src/network/ |
D | meson.build | 199 'wait-online/link.c', 200 'wait-online/link.h', 201 'wait-online/manager.c', 202 'wait-online/manager.h', 203 'wait-online/wait-online.c',
|
/systemd-251/test/ |
D | mkosi-check-and-shutdown.service | 4 After=multi-user.target network-online.target 6 Wants=systemd-resolved.service systemd-networkd.service network-online.target
|
/systemd-251/shell-completion/zsh/ |
D | _udevadm | 28 …'--action=[Type of event to be triggered.]:actions:(add change remove move online offline bind unb… 82 … '--action=[The action string.]:actions:(add change remove move online offline bind unbind)' \ 92 … '--action=[The action string.]:actions:(add change remove move online offline bind unbind)' \ 97 … '--action=[The action string.]:actions:(add change remove move online offline bind unbind)' \ 102 … '--action=[The action string.]:actions:(add change remove move online offline bind unbind)' \
|
/systemd-251/src/timesync/ |
D | timesyncd-manager.c | 1044 bool changed, connected, online; in manager_network_event_handler() local 1055 online = network_is_online(); in manager_network_event_handler() 1060 if (connected && !online) { in manager_network_event_handler() 1064 } else if ((!connected || changed) && online) { in manager_network_event_handler()
|
/systemd-251/presets/ |
D | 90-systemd.preset | 38 disable systemd-networkd-wait-online.service
|
/systemd-251/man/rules/ |
D | meson.build | 954 ['systemd-networkd-wait-online.service', 956 ['systemd-networkd-wait-online', 'systemd-networkd-wait-online@.service'],
|
/systemd-251/ |
D | NEWS | 429 * A new unit systemd-networkd-wait-online@<interface>.service has been 1286 (because only for btrfs online growing/shrinking is implemented in 1296 within the home areas (as only then online shrinking and growing is 1640 * systemd-network-wait-online gained two new switches -4 and -6 that 1646 consider an interface "online". 1648 * networkctl will now show an over-all "online" state in the per-link 2755 grown online, but not shrunk (in fact xfs is the technically most 4054 * systemd-networkd-wait-online gained support for specifying the maximum 4942 "online" by systemd-networkd-wait-online. Related to this 4943 systemd-networkd-wait-online gained a new option --operational-state= [all …]
|
D | meson.build | 3655 'systemd-networkd-wait-online',
|
D | TODO | 878 some explanatory text online.
|
/systemd-251/hwdb.d/ |
D | 60-keyboard.hwdb | 1139 KEYBOARD_KEY_c1006=coffee # Status (online/away) button
|