X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fsuse%2Frc-local.service;h=0fd70e0fc90a71c78739f2ebe0be0f95feb46060;hp=fe4c00716eabf26d1053e32306e0b0762bcc6279;hb=5430f7f2bc7330f3088b894166bf3524a067e3d8;hpb=82e487c56d0947796793b6fd2836264328defe9f diff --git a/units/suse/rc-local.service b/units/suse/rc-local.service index fe4c00716..0fd70e0fc 100644 --- a/units/suse/rc-local.service +++ b/units/suse/rc-local.service @@ -1,18 +1,19 @@ # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 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