systemd/units/fedora/rc-local.service

18 lines
488 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 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
ConditionFileIsExecutable=/etc/rc.d/rc.local
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