Searched refs:update (Results 1 – 25 of 164) sorted by relevance
1234567
/systemd-251/units/ |
D | system-update-cleanup.service | 13 After=system-update.target 19 # system-update-generator uses laccess("/system-update"), while a plain 20 # ConditionPathExists=/system-update uses access("/system-update"), so 23 # This service is only invoked if /system-update exists, i.e. if the 24 # condition tested by system-update-generator remains true and the system 25 # would be diverted into system-update.target again after reboot. This way 26 # we guard against being diverted into system-update.target again, which 28 # update script if it successfully removed the symlink and scheduled a 30 ConditionPathExists=|/system-update 31 ConditionPathIsSymbolicLink=|/system-update [all …]
|
D | systemd-update-utmp-runlevel.service.in | 12 Documentation=man:systemd-update-utmp-runlevel.service(8) man:utmp(5) 16 Requisite=systemd-update-utmp.service 17 After=systemd-update-utmp.service 23 ExecStart={{ROOTLIBEXECDIR}}/systemd-update-utmp runlevel
|
D | system-update.target | 13 Documentation=man:systemd.special(7) man:systemd-system-update-generator(8) 15 After=sysinit.target system-update-pre.target 17 Wants=system-update-cleanup.service
|
D | meson.build | 100 ['system-update.target', ''], 101 ['system-update-pre.target', ''], 102 ['system-update-cleanup.service', ''], 111 ['systemd-boot-update.service', 'HAVE_GNU_EFI'], 121 ['systemd-journal-catalog-update.service', '', 203 ['systemd-hwdb-update.service', 'ENABLE_HWDB', 249 ['systemd-update-done.service', '', 251 ['systemd-update-utmp-runlevel.service', 'ENABLE_UTMP HAVE_SYSV_COMPAT', 253 ['systemd-update-utmp.service', 'ENABLE_UTMP',
|
D | systemd-update-utmp.service.in | 12 Documentation=man:systemd-update-utmp.service(8) man:utmp(5) 22 ExecStart={{ROOTLIBEXECDIR}}/systemd-update-utmp reboot 23 ExecStop={{ROOTLIBEXECDIR}}/systemd-update-utmp shutdown
|
D | systemd-update-done.service.in | 12 Documentation=man:systemd-update-done.service(8) 23 ExecStart={{ROOTLIBEXECDIR}}/systemd-update-done
|
D | systemd-boot-update.service | 16 Before=sysinit.target shutdown.target systemd-update-done.service 21 ExecStart=bootctl --no-variables --graceful update
|
D | systemd-journal-catalog-update.service | 16 Before=sysinit.target shutdown.target systemd-update-done.service 22 ExecStart=journalctl --update-catalog
|
D | systemd-hwdb-update.service.in | 16 Before=sysinit.target shutdown.target systemd-update-done.service 25 ExecStart=systemd-hwdb update
|
D | systemd-sysupdate.timer | 19 # Trigger the update 15min after boot, and then – on average – every 6h, but 22 # never booted up for long we have a chance to to do the update.
|
/systemd-251/docs/ |
D | RELEASE.md | 13 4. Update hwdb (`ninja -C build update-hwdb`, `ninja -C build update-hwdb-autosuspend`, commit sepa… 14 5. Update syscall numbers (`ninja -C build update-syscall-tables update-syscall-header`). 16 7. Check dbus docs with `ninja -C build update-dbus-docs`
|
D | CODE_QUALITY.md | 45 7. Use `ninja -C build update-hwdb` and `ninja -C build update-hwdb-autosuspend` 49 8. Use `ninja -C build update-man-rules` to update the meson rules for building 53 submission or update.
|
D | TRANSLATORS.md | 54 $ ninja -C build/ systemd-update-po 65 You can use any text editor to update the `*.po` files, but a good choice is 69 Once you're done, create a git commit for the update of the `po/*.po` file you
|
/systemd-251/src/rpm/ |
D | triggers.systemd.sh.in | 49 # This script will automatically invoke hwdb update if files have been 51 systemd-hwdb update || : 54 # This script will automatically invoke journal catalog update if files 56 journalctl --update-catalog || : 76 # This script will automatically update udev with new rules if files
|
D | triggers.systemd.in | 83 -- This script will automatically invoke hwdb update if files have been 87 assert(posix.execp("systemd-hwdb", "update")) 93 -- This script will automatically invoke journal catalog update if files 97 assert(posix.execp("journalctl", "--update-catalog")) 128 -- This script will automatically update udev with new rules if files
|
/systemd-251/test/units/ |
D | testsuite-46.sh | 60 PASSWORD=xEhErW0ndafV4s homectl update test-user --real-name="Inline test" 84 PASSWORD=xEhErW0ndafV4s homectl update test-user --real-name="Offline test" 143 PASSWORD=uuXoo8ei homectl update test-user2 --rebalance-weight=100 147 PASSWORD=xEhErW0ndafV4s homectl update test-user --rebalance-weight=25
|
/systemd-251/hwdb.d/ |
D | meson.build | 57 … 'test -n "$DESTDIR" || @0@/systemd-hwdb update'.format(rootbindir)) 74 'update-hwdb', 78 'update-hwdb-autosuspend',
|
/systemd-251/xorg/ |
D | 50-systemd-user.sh | 13 if command -v dbus-update-activation-environment >/dev/null 2>&1; then 14 dbus-update-activation-environment DISPLAY XAUTHORITY
|
/systemd-251/src/sysupdate/ |
D | meson.build | 14 sysupdate-update-set.c 15 sysupdate-update-set.h
|
/systemd-251/test/ |
D | hwdb-test.sh | 28 err=$("$SYSTEMD_HWDB" update --root "$D" 2>&1 >/dev/null) && rc= || rc=$? 47 err=$("$SYSTEMD_HWDB" update --root "$D" 2>&1 >/dev/null) && rc= || rc=$?
|
/systemd-251/man/ |
D | meson.build | 221 'update-dbus-docs', 222 output : 'update-dbus-docs', 235 'update-man-rules', 236 output : 'update-man-rules',
|
/systemd-251/ |
D | .editorconfig | 4 # NOTE: If you update this file make sure to update .dir-locals.el and .vimrc,
|
D | .vimrc | 11 " NOTE: If you update this file make sure to update .dir-locals.el and
|
/systemd-251/man/rules/ |
D | meson.build | 3 # Do not edit. Generated by update-man-rules.py. 5 # ninja -C build update-man-rules 1000 ['systemd-system-update-generator', '8', [], ''], 1035 ['systemd-update-done.service', '8', ['systemd-update-done'], ''], 1036 ['systemd-update-utmp.service', 1038 ['systemd-update-utmp', 'systemd-update-utmp-runlevel.service'],
|
/systemd-251/.semaphore/ |
D | semaphore-runner.sh | 49 apt-get -q --allow-releaseinfo-change update 69 sudo apt-get -q update
|
1234567