chiark / gitweb /
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 1a66f9fa6ff95c44e019a518242a1b68349af564..56ba54f0b3a00e6dd4b6f9122049954662d1f2dc 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 5cc6defd9bf2a1718feb41e3d3364b62addf73dc..7c82e408e21f1edf968d3d52c44a05721a8dfebf 100644 (file)
@@ -16,6 +16,7 @@ ConditionPathExists=/.readahead
 Type=notify
 ExecStart=@rootlibexecdir@/systemd-readahead-replay
 RemainAfterExit=yes
+StandardOutput=null
 
 [Install]
 WantedBy=default.target