summaryrefslogtreecommitdiffstats
path: root/units (follow)
Commit message (Expand)AuthorAgeFilesLines
* units: add initrd directory to list of conditions for systemd-confextLuca Boccassi9 days1-0/+1
* sysupdated: Permit mount namespacesAdrian Vovk2024-11-061-1/+1
* meson: add separate option for sysupdated, disable in release buildsZbigniew Jędrzejewski-Szmek2024-10-311-4/+4
* logind: allow read/write to char-hvc devicesLuca Boccassi2024-10-221-0/+1
* units/{user,capsule}@.service: issue daemon-reexec when notify-reloadingMike Yuan2024-10-112-0/+8
* logind: add support for hidraw devicesPeter Hutterer2024-10-031-0/+1
* units: Order ldconfig after systemd-tmpfiles-setup.serviceDaan De Meyer2024-09-241-2/+3
* firstboot: Prompt for keymapDaan De Meyer2024-09-191-1/+1
* units: Order ldconfig.service after systemd-confext.serviceDaan De Meyer2024-09-121-1/+2
* emit a warning in networkd if managed sysctls are changedMatteo Croce2024-09-111-3/+3
* Merge pull request #34336 from yuwata/nspawn-fuse-follow-upsYu Watanabe2024-09-101-3/+0
|\
| * nspawn: sync DeviceAllow= setting with systemd-nspawn@.serviceYu Watanabe2024-09-091-3/+0
* | shell: define three system credentials we can propagate into shell prompts an...Lennart Poettering2024-09-094-0/+4
|/
* nspawn: enable FUSE in containersLuke T. Shumaker2024-09-071-3/+7
* coredump: set ProtectHome to read-onlyEtienne Cordonnier2024-09-061-1/+1
* units: don't set LISTEN_FDNAMES for varlink services explicitlyLennart Poettering2024-08-265-5/+0
* sysupdate: Implement systemd-sysupdated dbus serviceAdrian Vovk2024-08-212-0/+35
* units: drop "-p" flag from agetty's login optionsRonan Pigott2024-08-154-16/+12
* units: Import tty specific credentials for each getty unitDaan De Meyer2024-07-314-0/+8
* units: bring agetty command lines back into syncLennart Poettering2024-07-194-9/+10
* fsck: do not pull down mount units on soft-rebootLuca Boccassi2024-07-091-1/+2
* Remove extra period at the end of systemd-bsod's unit description. (#33632)fwfy2024-07-061-1/+1
* units: add dep on systemd-logind.service by user@.serviceLennart Poettering2024-07-012-2/+2
* importd: allow activation in early boot, and make it socket activatableLennart Poettering2024-06-253-1/+36
* units: register vmspawn VMs started via systemd-vmspawn@.service by default w...Lennart Poettering2024-06-211-1/+1
* man,units: drop "temporary" from description of systemd-tmpfilesMike Yuan2024-06-152-2/+2
* tpm2-setup: Don't fail if we can't access the TPM due to authorization failureDaan De Meyer2024-06-122-0/+6
* presets: Don't enable systemd-homed-firstboot.service by defaultDaan De Meyer2024-06-081-1/+1
* journald: enable persistent FD Store to fix logging during soft-rebootLuca Boccassi2024-06-031-0/+2
* man: update links to "API File Systems"Zbigniew Jędrzejewski-Szmek2024-05-2811-11/+11
* various: update links to more wiki pagesZbigniew Jędrzejewski-Szmek2024-05-282-4/+4
* unit: also stop systemd-journal-flush.service on soft-rebootYu Watanabe2024-05-251-0/+3
* units: stop systemd-journald before systemd-soft-reboot.serviceYu Watanabe2024-05-221-1/+4
* Revert "units: do not soft-reboot before soft-reboot.target reached"Yu Watanabe2024-05-222-4/+3
* units: add JobTimeoutAction= to exit.target and friendsYu Watanabe2024-05-173-0/+6
* units: do not soft-reboot before soft-reboot.target reachedYu Watanabe2024-05-172-3/+4
* units: drop dependencies of soft-reboot.target from systemd-journald@.serviceYu Watanabe2024-05-171-5/+0
* journal: explicitly sync namespaced journals before stopping socket unitsYu Watanabe2024-05-022-0/+25
* treewide: fix a few typos in NEWS, docs, comments, and log messagesDmitry V. Levin2024-04-271-1/+1
* units: add Before=shutdown.target to systemd-networkd-persistent-storage.serviceLuca Boccassi2024-04-261-0/+1
* units: merge two After= linesLennart Poettering2024-04-221-2/+1
* tpm2-setup-early: order against pcrphase-initrdLennart Poettering2024-04-221-1/+1
* units: introduce systemd-udev-load-credentials.serviceYu Watanabe2024-04-163-0/+31
* units: order repart after systemd-tpm2-setup-early.serviceLennart Poettering2024-04-151-1/+1
* units/systemd-boot-check-no-failures.service: drop unneeded dep on shutdown.t...Mike Yuan2024-04-101-2/+0
* mountfsd: add new systemd-mountfsd componentLennart Poettering2024-04-063-0/+76
* nsresourced: add new daemon for granting clients user namespaces and assignin...Lennart Poettering2024-04-063-0/+78
* units: introduce systemd-hibernate-clear.service that clearsMike Yuan2024-04-032-0/+29
* units: remove implicit RequiresMountsFor=Mike Yuan2024-04-011-1/+0
* Merge pull request #31951 from bluca/resolve_reloadYu Watanabe2024-03-261-1/+1
|\