mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
readahead: opt out of bridge logging for readahead in order not to delay things unnecessarily
This commit is contained in:
parent
4e2b0f9b14
commit
a966a504e8
@ -16,6 +16,7 @@ Before=sysinit.target shutdown.target
|
||||
Type=notify
|
||||
ExecStart=@rootlibexecdir@/systemd-readahead-collect
|
||||
RemainAfterExit=yes
|
||||
StandardOutput=null
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
@ -16,6 +16,7 @@ ConditionPathExists=/.readahead
|
||||
Type=notify
|
||||
ExecStart=@rootlibexecdir@/systemd-readahead-replay
|
||||
RemainAfterExit=yes
|
||||
StandardOutput=null
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
Loading…
Reference in New Issue
Block a user