chiark / gitweb /
build-sys: when building from build tree default to / root dir
[elogind.git] / units / fedora / rc-local.service
index ad0fb0608bf3fe88741f10f899bb10d142fb3dda..bd67aab62e115bbba6c60713384e43d3ebdea9a6 100644 (file)
@@ -8,6 +8,7 @@
 [Unit]
 Description=/etc/rc.local Compatibility
 Requires=basic.target
+After=basic.target
 Conflicts=shutdown.target
 
 # The rcN.d symlink uses the name "local" while the script itself is
@@ -16,7 +17,6 @@ Names=rc-local.service local.service
 
 [Service]
 ExecStart=/etc/rc.local start
-Type=simple
 TimeoutSec=0
 StandardInput=tty
 ValidNoProcess=yes