Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Why is it in conflict with the shutdown.target?! Commented Oct 14, 2019 at 1:08
  • I'd like to point of that the very important thing here is the DefaultDependencies=no which prevents the defaults dependencies from being added. This is the basic.target which depends on the network being up. So you'd have a cycle if you at the same time want to run Before=network-pre.target and After=basic.target (which, again, is a hidden default dependency). Commented Feb 22 at 19:05