readahead: opt out of bridge logging for readahead in order not to delay things unnec...
authorLennart Poettering <lennart@poettering.net>
Fri, 23 Sep 2011 15:42:54 +0000 (17:42 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Sep 2011 15:42:54 +0000 (17:42 +0200)
units/systemd-readahead-collect.service.in
units/systemd-readahead-replay.service.in

index 1a66f9f..56ba54f 100644 (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
index 5cc6def..7c82e40 100644 (file)
@@ -16,6 +16,7 @@ ConditionPathExists=/.readahead
 Type=notify
 ExecStart=@rootlibexecdir@/systemd-readahead-replay
 RemainAfterExit=yes
+StandardOutput=null
 
 [Install]
 WantedBy=default.target