]> git.pld-linux.org Git - packages/rc-scripts.git/blame - rc-local.service
- rel 4
[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
930160fd
AM
15TimeoutSec=0
16StandardOutput=tty
17RemainAfterExit=yes
18SysVStartPriority=99
This page took 0.1094 seconds and 4 git commands to generate.