X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=rc-local.service;fp=rc-local.service;h=233c8fbb355dd441322bce195db9bb8f83667dc2;hb=068040a7ccb6f9951b77f4541af278f87f6c9e45;hp=0000000000000000000000000000000000000000;hpb=164bd8f25311f085774f145c979a1e94a60ca8de;p=packages%2Frc-scripts.git diff --git a/rc-local.service b/rc-local.service new file mode 100644 index 0000000..233c8fb --- /dev/null +++ b/rc-local.service @@ -0,0 +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 +# (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