X-Git-Url: https://git.tld-linux.org/?p=packages%2Frc-scripts.git;a=blobdiff_plain;f=rc-local.service;fp=rc-local.service;h=0000000000000000000000000000000000000000;hp=233c8fbb355dd441322bce195db9bb8f83667dc2;hb=e2bf0309756b52584fc99abe1e1d032368eb5611;hpb=7eecf979560f5fbd06f940677f99a5cd743e8347 diff --git a/rc-local.service b/rc-local.service deleted file mode 100644 index 233c8fb..0000000 --- a/rc-local.service +++ /dev/null @@ -1,19 +0,0 @@ -# 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 -# (at your option) any later version. - -[Unit] -Description=/etc/rc.d/rc.local Compatibility -After=network.target local-fs.target remote-fs.target - -[Service] -Type=forking -ExecStart=/etc/rc.d/init.d/local start -ExecStop=-/bin/rm -f /var/lock/subsys/local -TimeoutSec=0 -StandardOutput=tty -RemainAfterExit=yes -SysVStartPriority=99