diff options
Diffstat (limited to 'units/fedora/rc-local.service')
-rw-r--r-- | units/fedora/rc-local.service | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index 106b12c677..fade90c8da 100644 --- a/units/fedora/rc-local.service +++ b/units/fedora/rc-local.service @@ -5,8 +5,10 @@ # 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 +Description=/etc/rc.d/rc.local Compatibility ConditionFileIsExecutable=/etc/rc.d/rc.local [Service] |