diff options
Diffstat (limited to 'units/suse')
-rw-r--r-- | units/suse/rc-local.service | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/suse/rc-local.service b/units/suse/rc-local.service index d4ff92f599..0b9e1d0f9b 100644 --- a/units/suse/rc-local.service +++ b/units/suse/rc-local.service @@ -5,6 +5,8 @@ # 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/init.d/boot.local is executable. [Unit] Description=/etc/init.d/boot.local Compatibility ConditionFileIsExecutable=/etc/init.d/boot.local |