]> git.pld-linux.org Git - packages/rc-scripts.git/blame - rc-local.service
- release 3 (by relup.sh)
[packages/rc-scripts.git] / rc-local.service
CommitLineData
930160fd
AM
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]
9Description=/etc/rc.d/rc.local Compatibility
93ef2c0c 10After=network.target local-fs.target remote-fs.target
930160fd
AM
11
12[Service]
13Type=forking
93ef2c0c 14ExecStart=/etc/rc.d/init.d/local start
e783ced1 15ExecStop=-/bin/rm -f /var/lock/subsys/local
930160fd
AM
16TimeoutSec=0
17StandardOutput=tty
18RemainAfterExit=yes
This page took 0.101468 seconds and 4 git commands to generate.