mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
sysrepo: salience
Script priority adjusted. Custom memory management turned off to save some memory on low-end device. Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=70
|
||||
START=60
|
||||
STOP=10
|
||||
|
||||
USE_PROCD=1
|
||||
@@ -23,12 +23,6 @@ start_service() {
|
||||
|
||||
stop_service()
|
||||
{
|
||||
if [ -f /etc/init.d/netopeer2-server ]; then
|
||||
# netopeer2-server will automatically start sysrepod,
|
||||
# so we need to stop it
|
||||
/etc/init.d/netopeer2-server stop
|
||||
sleep 1
|
||||
fi
|
||||
service_stop ${PROG_PLUGIN}
|
||||
service_stop ${PROG_DEAMON}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user