summaryrefslogtreecommitdiff
path: root/units
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Drop gnu-efiJan Janssen2023-03-101-9/+9
* doc: correct wrong use "'s" contractionsJan Engelhardt2023-03-071-1/+1
* units: let systemd --user manage its own memory pressure handlingLennart Poettering2023-03-011-0/+1
* units: change assert to condition to skip running in initrd/osLuca Boccassi2023-02-096-6/+6
* core: split system/user job timeouts and make them configurableZbigniew Jędrzejewski-Szmek2023-02-011-1/+1
* units: don't install pcrphase-related units without gnu-efiFrantisek Sumsal2023-01-171-2/+2
* generators: optionally, measure file systems at bootLennart Poettering2023-01-173-0/+51
* units: rework growfs units to be just a regular unit that is instantiatedLennart Poettering2023-01-173-0/+47
* units: measure /etc/machine-id into PCR 15 during early bootLennart Poettering2023-01-172-0/+25
* journal: give the ability to enable/disable systemd-journald-audit.socketFranck Bui2023-01-113-3/+9
* logind: implement Type=notify-reload protocol properlyLennart Poettering2023-01-101-0/+1
* udevd: implement the full Type=notify-reload protocolLennart Poettering2023-01-101-2/+1
* networkd: implement Type=notify-reload protocolLennart Poettering2023-01-101-2/+1
* pid1: make sure we send our calling service manager RELOADING=1 when reloadingLennart Poettering2023-01-101-1/+1
* Merge pull request #25947 from poettering/resolved-dns-credsDaan De Meyer2023-01-061-1/+2
|\
| * resolved: read DNS conf also from creds and kernel cmdlineLennart Poettering2023-01-051-1/+2
* | units: condition systemd-networkd-wait-online.service like systemd-networkd.s...Lennart Poettering2023-01-051-0/+1
|/
* vconsole: permit configuration of vconsole settings via credentialsLennart Poettering2023-01-051-0/+5
* units: rename/rework systemd-boot-system-token.service → systemd-boot-rando...Lennart Poettering2023-01-044-11/+13
* bootctl: downgrade graceful messages to LOG_NOTICELennart Poettering2023-01-041-0/+0
* units: pull in loop.ko and dm-mod.ko before repartLennart Poettering2022-12-231-1/+2
* units: change modprobe@dm-mod.service → modprobe@dm_mod.serviceLennart Poettering2022-12-231-1/+1
* units: allow systemd-userdbd to change process nameMichal Sekletar2022-12-191-1/+1
* unit: use underbar for module nameYu Watanabe2022-12-191-1/+1
* pcrphase: gracefully exit if TPM2 support is incompleteLennart Poettering2022-12-153-6/+6
* unit: check more specific path to be written by systemd-binfmtYu Watanabe2022-12-151-1/+1
* units: change Requires=systemd-networkd.service → BindsTo= one more timeLennart Poettering2022-11-291-1/+1
* units: Use BindsTo=systemd-networkd in systemd-networkd-wait-online.serviceDaan De Meyer2022-11-261-1/+1
* units: fix typo in Condition in systemd-boot-system-tokenLuca Boccassi2022-11-241-2/+2
* stub: handle random seed like sd-boot doesJason A. Donenfeld2022-11-231-1/+2
* bootctl: install system token on virtualized systemsJason A. Donenfeld2022-11-211-6/+2
* boot: implement kernel EFI RNG seed protocol with proper hashingJason A. Donenfeld2022-11-141-3/+0
* unit: also prioritize input devices when triggering devicesYu Watanabe2022-10-261-1/+1
* pcrphase: add two additional phasesLennart Poettering2022-10-173-1/+28
* meson: Fix pcrphase unit conditionsDaan De Meyer2022-10-111-2/+2
* units: udev: partially emulate ProtectClock=Topi Miettinen2022-09-261-0/+2
* tmpfiles: add lines for provisioning ssh keys for root by defaultLennart Poettering2022-09-231-0/+1
* units: add pcrphase unitsLennart Poettering2022-09-223-0/+51
* Merge pull request #24670 from keszybz/early-boot-orderingZbigniew Jędrzejewski-Szmek2022-09-1714-31/+67
|\
| * units: drop path to executable in $PATHZbigniew Jędrzejewski-Szmek2022-09-151-1/+1
| * units: make sure that initrd-switch-root.service pulls in .targetZbigniew Jędrzejewski-Szmek2022-09-151-0/+1
| * units: add dependency ordering for emergency.service conflictsZbigniew Jędrzejewski-Szmek2022-09-153-0/+3
| * units: add ordering dependencies on initrd-switch-root.targetZbigniew Jędrzejewski-Szmek2022-09-159-18/+18
| * units/systemd-network-generator.service: add forgotten ordering for shutdownZbigniew Jędrzejewski-Szmek2022-09-151-0/+2
| * units: reorder/split unit dependency blocksZbigniew Jędrzejewski-Szmek2022-09-1513-24/+54
* | add CAP_LINUX_IMMUTABLE to systemd-machined, so it can handle machinectl read...Dan Streetman2022-09-161-1/+1
* | unit: drop ProtectClock=yes from systemd-udevd.serviceYu Watanabe2022-09-161-3/+0
* | pstore: do not try to load all known pstore modulesNick Rosbrook2022-09-141-2/+2
|/
* units: prolong the stop timeout for homedLennart Poettering2022-09-051-0/+1
* Merge pull request #24054 from keszybz/initrd-no-reloadFrantisek Sumsal2022-08-183-25/+34
|\