]> git.pld-linux.org Git - packages/rc-scripts.git/blame - rc-local.service
- rel 6; R: virtual(module-tools) instead of module-init-tools
[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
10ConditionFileIsExecutable=/etc/rc.d/rc.local
11
12[Service]
13Type=forking
14ExecStart=/etc/rc.d/rc.local start
15TimeoutSec=0
16StandardOutput=tty
17RemainAfterExit=yes
18SysVStartPriority=99
This page took 0.487529 seconds and 4 git commands to generate.