Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
startup-tags: Pull startup-tags from sysinit.target
- Make startup-tags a dependency of sysinit-target WantedBy=sysinit.target Note, that this creates a `Wanted` dependency in the target unit, which implies an `After`-dependency as well (see systemd.target(5)). - Disable default dependencies for this service unit, because services units have a default dependency on sysinit.target and we can't wait for ourelf. DefaultDependencies=no - Wait for the root device remounted read/write, so that we can populate /node After=systemd-remount-fs.service With this change, we no longer need to create an explicit dependency to this unit in conditionally started service or socket units, because these units have a default dependency on sysinit.target.
- Loading branch information