systemd/units/fedora/rc-local.service

20 lines
608 B
SYSTEMD
Raw Normal View History

2010-05-16 23:34:36 +00: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 Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
2010-05-16 23:34:36 +00:00
# (at your option) any later version.
# This unit gets pulled automatically into multi-user.target by
# systemd-rc-local-generator if /etc/rc.d/rc.local is executable.
2010-05-16 23:34:36 +00:00
[Unit]
Description=/etc/rc.d/rc.local Compatibility
After=network.target
2010-05-16 23:34:36 +00:00
[Service]
Type=forking
ExecStart=/etc/rc.d/rc.local start
TimeoutSec=0
RemainAfterExit=yes
2010-05-16 23:34:36 +00:00
SysVStartPriority=99