Skip to content

Commit

Permalink
Start the system service earlier
Browse files Browse the repository at this point in the history
to catch up with some system services which write to the disk.
The system service should be re-enabled to take effect.
  • Loading branch information
HanabishiRecca committed Aug 5, 2023
1 parent a8ea75c commit 93ccdf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions systemd/system/caches-manager.service
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[Unit]
Description=Caches manager: create system caches
DefaultDependencies=no
After=local-fs.target
Before=systemd-tmpfiles-setup.service
Before=local-fs.target

[Service]
Type=oneshot
ExecStart=caches-manager --system

[Install]
WantedBy=sysinit.target
WantedBy=local-fs.target

0 comments on commit 93ccdf4

Please sign in to comment.