diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-13 13:10:30 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-13 13:26:32 +0200 |
commit | ecde7065f7b11a7a226d2f7b0e90e998a6347a59 (patch) | |
tree | 50fc81d63a475f851c935cf6f5b1a10ab77fa227 /units/.gitignore | |
parent | a55654d598c78f8e084aa6a18fec6eff900c9aed (diff) |
units: rebuild /etc/passwd, the udev hwdb and the journal catalog files on boot
Only when necessary of course, nicely guarded with the new
ConditionNeedsUpdate= condition we added.
Diffstat (limited to 'units/.gitignore')
-rw-r--r-- | units/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/units/.gitignore b/units/.gitignore index 45ddab72e8..8ae6ca8946 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -32,6 +32,7 @@ /systemd-initctl.service /systemd-journal-flush.service /systemd-journal-gatewayd.service +/systemd-journal-catalog-update.service /systemd-journald.service /systemd-kexec.service /systemd-localed.service @@ -54,12 +55,14 @@ /systemd-shutdownd.service /systemd-suspend.service /systemd-sysctl.service +/systemd-sysusers.service /systemd-timedated.service /systemd-timesyncd.service /systemd-tmpfiles-clean.service /systemd-tmpfiles-setup-dev.service /systemd-tmpfiles-setup.service /systemd-tmpfiles.service +/systemd-udev-hwdb-update.service /systemd-udev-settle.service /systemd-udev-trigger.service /systemd-udevd.service |