Add 'rc-local/' from commit 'f0441047ba
'
git-subtree-dir: rc-local git-subtree-mainline:c91488a4fe
git-subtree-split:f0441047ba
This commit is contained in:
commit
0ac56c082a
5 changed files with 81 additions and 0 deletions
20
rc-local/rc-local.service
Normal file
20
rc-local/rc-local.service
Normal file
|
@ -0,0 +1,20 @@
|
|||
# This file is part of systemd.
|
||||
#
|
||||
# systemd is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
[Unit]
|
||||
Description=/etc/rc.local Compatibility
|
||||
ConditionFileIsExecutable=/etc/rc.local
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/etc/rc.local start
|
||||
TimeoutSec=0
|
||||
StandardOutput=tty
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue