summaryrefslogtreecommitdiff
path: root/gnu/packages/pep.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-06-06 22:35:12 +0200
committerLudovic Courtès <ludo@gnu.org>2022-06-06 22:43:31 +0200
commit264ca9452fae827d6621b28b8972f4b1d68401a1 (patch)
treec49f5eeb13d39024c7afc74b357c79ac9fa40689 /gnu/packages/pep.scm
parent635d49f97ee233bbb2673f97d7556c3c91b55889 (diff)
downloadguix-patches-264ca9452fae827d6621b28b8972f4b1d68401a1.tar
guix-patches-264ca9452fae827d6621b28b8972f4b1d68401a1.tar.gz
services: syslogd: Do not fsync at each line.
Fixes <https://issues.guix.gnu.org/55707>. Previously Inetutils' syslogd would call 'fsync' after each line written to a file. This would significantly increase boot times on machines with slow-ish spinning HDDs, where each 'fsync' call would take between 0.1s and 0.4s (and we'd do two of them for each line, one for /var/log/messages and one for /var/log/debug). * gnu/services/base.scm (%default-syslog.conf): Add a '-' before each file name, except /var/log/secure. Change what goes to /var/log/debug.
Diffstat (limited to 'gnu/packages/pep.scm')
0 files changed, 0 insertions, 0 deletions