]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/fedora/rc-local.service
man: document the PassCred option
[thirdparty/systemd.git] / units / fedora / rc-local.service
CommitLineData
5e6afdd3
LP
1# This file is part of systemd.
2#
5e6afdd3
LP
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
5e6afdd3 7
5e6afdd3
LP
8[Unit]
9Description=/etc/rc.local Compatibility
82e487c5 10ConditionFileIsExecutable=/etc/rc.d/rc.local
5e6afdd3 11
5e6afdd3 12[Service]
ddd941ed 13Type=forking
1616acbb 14ExecStart=/etc/rc.d/rc.local start
1e3fc654 15TimeoutSec=0
02ee865a 16RemainAfterExit=yes
5e6afdd3 17SysVStartPriority=99