You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the target definitions:
- multi-user.target Requires basic.target
- basic.target Requires sysinit.target
- sysinit.target Wants local-fs.target
- local-fs.target is After local-fs-pre.target
local-fs-pre.target is wanted by some services, but it's indirect,
so it's cleaner to be WantedBy local-fs.target and Wants local-fs-pre.target.
While at it add Conflicts=shutdown.target.
Signed-off-by: Etienne Champetier <[email protected]>
0 commit comments