2010-05-17 07:34:36 +08: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.
|
|
|
|
|
2011-12-02 17:18:46 +08:00
|
|
|
# This unit gets pulled automatically into multi-user.target by
|
|
|
|
# systemd-rc-local-generator if /etc/rc.d/rc.local is executable.
|
2010-05-17 07:34:36 +08:00
|
|
|
[Unit]
|
2011-12-02 17:18:46 +08:00
|
|
|
Description=/etc/rc.d/rc.local Compatibility
|
2011-12-02 18:32:52 +08:00
|
|
|
After=network.target
|
2010-05-17 07:34:36 +08:00
|
|
|
|
|
|
|
[Service]
|
2010-10-14 09:59:49 +08:00
|
|
|
Type=forking
|
2011-06-22 03:35:44 +08:00
|
|
|
ExecStart=/etc/rc.d/rc.local start
|
2010-05-18 09:08:18 +08:00
|
|
|
TimeoutSec=0
|
2010-08-18 01:37:36 +08:00
|
|
|
RemainAfterExit=yes
|
2010-05-17 07:34:36 +08:00
|
|
|
SysVStartPriority=99
|