1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-11 05:17:44 +03:00
systemd-stable/units/fedora/rc-local.service

19 lines
578 B
SYSTEMD
Raw Normal View History

2010-05-17 03:34:36 +04: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.
# 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 03:34:36 +04:00
[Unit]
Description=/etc/rc.d/rc.local Compatibility
2010-05-17 03:34:36 +04:00
[Service]
Type=forking
ExecStart=/etc/rc.d/rc.local start
TimeoutSec=0
RemainAfterExit=yes
2010-05-17 03:34:36 +04:00
SysVStartPriority=99