readahead: opt out of bridge logging for readahead in order not to delay things unnecessarily

This commit is contained in:
Lennart Poettering 2011-09-23 17:42:54 +02:00
parent 4e2b0f9b14
commit a966a504e8
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@ Before=sysinit.target shutdown.target
Type=notify
ExecStart=@rootlibexecdir@/systemd-readahead-collect
RemainAfterExit=yes
StandardOutput=null
[Install]
WantedBy=default.target

View file

@ -16,6 +16,7 @@ ConditionPathExists=/.readahead
Type=notify
ExecStart=@rootlibexecdir@/systemd-readahead-replay
RemainAfterExit=yes
StandardOutput=null
[Install]
WantedBy=default.target