gluon-setup-mode, gluon-status-page-api: remove references to rpcd
rpcd is not included in our images anymore since switching to gluon-web, so we don't need to disable it anymore.
This commit is contained in:
parent
2b9aaa81a1
commit
28f42b24a8
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh /etc/rc.common
|
|
||||||
|
|
||||||
if [ -x /etc/init.d/rpcd ]; then
|
|
||||||
. /etc/init.d/rpcd
|
|
||||||
fi
|
|
@ -11,7 +11,3 @@ uci -q batch <<-EOF
|
|||||||
|
|
||||||
set uhttpd.main.max_requests=32
|
set uhttpd.main.max_requests=32
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [ -x /etc/init.d/rpcd ]; then
|
|
||||||
/etc/init.d/rpcd disable
|
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user