chiark / gitweb /
README: mention dependency on libpython
[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 Lesser General Public License as published by
5 #  the Free Software Foundation; either version 2.1 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 After=network.target
13
14 [Service]
15 Type=forking
16 ExecStart=/etc/rc.d/rc.local start
17 TimeoutSec=0
18 RemainAfterExit=yes
19 SysVStartPriority=99