2010-05-17 06:34:36 +07:00
|
|
|
# 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.local Compatibility
|
2010-10-14 08:59:49 +07:00
|
|
|
ConditionPathExists=/etc/rc.local
|
2010-05-17 06:34:36 +07:00
|
|
|
|
|
|
|
[Service]
|
2010-10-14 08:59:49 +07:00
|
|
|
Type=forking
|
2010-05-17 06:34:36 +07:00
|
|
|
ExecStart=/etc/rc.local start
|
2010-05-18 08:08:18 +07:00
|
|
|
TimeoutSec=0
|
2010-08-15 00:34:48 +07:00
|
|
|
StandardOutput=tty
|
2010-08-18 00:37:36 +07:00
|
|
|
RemainAfterExit=yes
|
2010-05-17 06:34:36 +07:00
|
|
|
SysVStartPriority=99
|