chiark / gitweb /
36100dfe5419764ce66712dc6e86f4ba5ac408e9
[elogind.git] / units / fedora / rc-local.service
1 #  This file is part of systemd.
2 #
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.
7
8 # This unit gets pulled automatically into multi-user.target by
9 # systemd-rc-local-generator if /etc/rc.d/rc.local is executable.
10 [Unit]
11 Description=/etc/rc.d/rc.local Compatibility
12
13 [Service]
14 Type=forking
15 ExecStart=/etc/rc.d/rc.local start
16 TimeoutSec=0
17 RemainAfterExit=yes
18 SysVStartPriority=99