Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-08 | journal: bump RLIMIT_NOFILE when journal files to 16K (if possible) | Lennart Poettering | |
When there are a lot of split out journal files, we might run out of fds quicker then we want. Hence: bump RLIMIT_NOFILE to 16K if possible. Do these even for journalctl. On Fedora the soft RLIMIT_NOFILE is at 1K, the hard at 4K by default for normal user processes, this code hence bumps this up for users to 4K. https://bugzilla.redhat.com/show_bug.cgi?id=1179980 | |||
2014-08-28 | systemd-journal-upload: fix invalid After= | Marius Tessmann | |
After= belongs into [Unit], not [Install]. Found with systemd-analyze verify. | |||
2014-07-17 | units: fix typo | Zbigniew Jędrzejewski-Szmek | |
vrutkovs> zbyszek: http://cgit.freedesktop.org/systemd/systemd/diff/units/systemd-journal-upload.service.in?id=ad95fd1d2b9c6344864857c2ba7634fd87753f8e - typo in Group name | |||
2014-07-15 | journal-remote: add units and read certs from default locations | Zbigniew Jędrzejewski-Szmek | |