diff options
Diffstat (limited to 'units/suse/rc-local.service')
-rw-r--r-- | units/suse/rc-local.service | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/units/suse/rc-local.service b/units/suse/rc-local.service index fe4c00716e..2384a18f94 100644 --- a/units/suse/rc-local.service +++ b/units/suse/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/init.d/boot.local is executable. [Unit] Description=/etc/init.d/boot.local Compatibility -ConditionFileIsExecutable=/etc/init.d/boot.local +After=network.target [Service] Type=oneshot ExecStart=/etc/init.d/boot.local TimeoutSec=0 -StandardOutput=tty RemainAfterExit=yes SysVStartPriority=99 |