]> TLD Linux GIT Repositories - packages/rc-scripts.git/blob - rc-local.service
- one more fix for bash
[packages/rc-scripts.git] / rc-local.service
1 #  This file is part of systemd.
2 #
3 #  systemd is free software; you can redistribute it and/or modify it
4 #  under the terms of the GNU General Public License as published by
5 #  the Free Software Foundation; either version 2 of the License, or
6 #  (at your option) any later version.
7
8 [Unit]
9 Description=/etc/rc.d/rc.local Compatibility
10 After=network.target local-fs.target remote-fs.target
11
12 [Service]
13 Type=forking
14 ExecStart=/etc/rc.d/init.d/local start
15 ExecStop=-/bin/rm -f /var/lock/subsys/local
16 TimeoutSec=0
17 StandardOutput=tty
18 RemainAfterExit=yes
19 SysVStartPriority=99