>> rc.local
Signed-off-by: Gwenhael Le moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
1030219261
commit
6324c612f4
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,11 @@ config() {
|
|||
}
|
||||
|
||||
config etc/rc.d/rc.laptop-mode.new
|
||||
|
||||
grep -q "rc\.laptop-mode" /etc/rc.d/rc.local || cat <<EORCLOCAL >> /etc/rc.d/rc.local
|
||||
|
||||
[ -x /etc/rc.d/rc.laptop-mode ] && /etc/rc.d/rc.laptop-mode start
|
||||
EORCLOCAL
|
||||
EOF
|
||||
|
||||
cat <<EOF > install/slack-desc
|
||||
|
|
Loading…
Reference in a new issue