chiark / gitweb /
ad0fb0608bf3fe88741f10f899bb10d142fb3dda
[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 [Unit]
9 Description=/etc/rc.local Compatibility
10 Requires=basic.target
11 Conflicts=shutdown.target
12
13 # The rcN.d symlink uses the name "local" while the script itself is
14 # called "rc.local", hence carry both names here.
15 Names=rc-local.service local.service
16
17 [Service]
18 ExecStart=/etc/rc.local start
19 Type=simple
20 TimeoutSec=0
21 StandardInput=tty
22 ValidNoProcess=yes
23 SysVStartPriority=99