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 Before=sysinit.target Note, that while a Wants= idependency in a .target unit would imimply a After= order dependency, this does not apply to dependencies created via from WantedBy, so we have to specify the order explicitly. - Disable default dependencies for this service unit, because service units have a default dependency on sysinit.target and we can't wait for ourself. 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 order dependency on sysinit.target and the later basic.target.
- Loading branch information