summaryrefslogtreecommitdiff
path: root/units/fedora/rc-local.service
diff options
context:
space:
mode:
Diffstat (limited to 'units/fedora/rc-local.service')
-rw-r--r--units/fedora/rc-local.service7
1 files changed, 4 insertions, 3 deletions
diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service
index f5f940f7ee..0bef5c72ab 100644
--- a/units/fedora/rc-local.service
+++ b/units/fedora/rc-local.service
@@ -5,14 +5,15 @@
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
+# This unit gets pulled automatically into multi-user.target by
+# systemd-rc-local-generator if /etc/rc.d/rc.local is executable.
[Unit]
-Description=/etc/rc.local Compatibility
-ConditionFileIsExecutable=/etc/rc.d/rc.local
+Description=/etc/rc.d/rc.local Compatibility
+After=network.target
[Service]
Type=forking
ExecStart=/etc/rc.d/rc.local start
TimeoutSec=0
-StandardOutput=tty
RemainAfterExit=yes
SysVStartPriority=99