chiark / gitweb /
hashmap.h: fix coding style issue
[elogind.git] / units / basic.target
index c3c7ced7c617aeeaad3ff070aff7e7ceb2d49007..6b9cfe4c97b5fdbf3a392ce470578e6280843f5c 100644 (file)
@@ -5,10 +5,10 @@
 #  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
+Documentation=man:systemd.special(7)
+Requires=sysinit.target
+Wants=sockets.target timers.target paths.target
+After=sysinit.target sockets.target timers.target paths.target
 RefuseManualStart=yes