chiark / gitweb /
core: explain why failing to set up the crash handler is not a real problem
[elogind.git] / units / basic.target
index c3c7ced7c617aeeaad3ff070aff7e7ceb2d49007..abb63ec5606c4c3aa8606a0104c854483fe36c3d 100644 (file)
@@ -5,10 +5,11 @@
 #  the Free Software Foundation; either version 2.1 of the License, or
 #  (at your option) any later version.
 
-# See systemd.special(7) for details
-
 [Unit]
 Description=Basic System
-Requires=sysinit.target sockets.target
-After=sysinit.target sockets.target
-RefuseManualStart=yes
+Documentation=man:systemd.special(7)
+
+Requires=sysinit.target
+After=sysinit.target
+Wants=sockets.target timers.target paths.target slices.target
+After=sockets.target paths.target slices.target