mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-24 07:20:56 +07: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
|
Type=notify
|
||||||
ExecStart=@rootlibexecdir@/systemd-readahead-collect
|
ExecStart=@rootlibexecdir@/systemd-readahead-collect
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
StandardOutput=null
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
@ -16,6 +16,7 @@ ConditionPathExists=/.readahead
|
|||||||
Type=notify
|
Type=notify
|
||||||
ExecStart=@rootlibexecdir@/systemd-readahead-replay
|
ExecStart=@rootlibexecdir@/systemd-readahead-replay
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
StandardOutput=null
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
Loading…
Reference in New Issue
Block a user