]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/fedora/rc-local.service
service: rename ValidNoProcess= to RemainAfterExit=
[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
5e6afdd3
LP
10
11# The rcN.d symlink uses the name "local" while the script itself is
12# called "rc.local", hence carry both names here.
13Names=rc-local.service local.service
14
15[Service]
16ExecStart=/etc/rc.local start
1e3fc654 17TimeoutSec=0
8f53c0a9 18StandardOutput=tty
02ee865a 19RemainAfterExit=yes
5e6afdd3 20SysVStartPriority=99
af65a091
LP
21
22[Install]
23WantedBy=multi-user.target