mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
units: don't order tmp.monut after local-fs-pre.target
Since tmp.mount is a tmpfs this is not necesary, and should speed up boot marginally.
This commit is contained in:
parent
ef44ed4e2d
commit
d0114527f4
@ -8,7 +8,9 @@
|
||||
[Unit]
|
||||
Description=Temporary Directory
|
||||
Documentation=man:hier(7)
|
||||
Before=local-fs.target
|
||||
DefaultDependencies=no
|
||||
Conflicts=umount.target
|
||||
Before=local-fs.target umount.target
|
||||
|
||||
[Mount]
|
||||
What=tmpfs
|
||||
|
Loading…
x
Reference in New Issue
Block a user