Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion application/qmodem/files/etc/init.d/qmodem_init
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ START=80
STOP=30
USE_PROCD=1

. /lib/functions.sh
. $IPKG_INSTROOT/lib/functions.sh

start_service() {
config_load qmodem
Expand Down
2 changes: 1 addition & 1 deletion application/qmodem/files/etc/init.d/qmodem_usage_stats
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ START=96
STOP=10
USE_PROCD=1

. /lib/functions.sh
. $IPKG_INSTROOT/lib/functions.sh

MIN_INTERVAL=60
DEFAULT_INTERVAL=300
Expand Down
2 changes: 1 addition & 1 deletion application/qmodem_monitor/files/etc/init.d/qmodem_monitor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ START=99
STOP=13
USE_PROCD=1
service="$(basename ${basescript:-$initscript})"
. /lib/functions.sh
. $IPKG_INSTROOT/lib/functions.sh
service_triggers()
{
procd_add_reload_trigger "qmodem"
Expand Down
4 changes: 2 additions & 2 deletions luci/luci-app-qmodem-ttl/root/etc/init.d/qmodem_ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ START=95
STOP=13
USE_PROCD=1

. /usr/share/libubox/jshn.sh
. /lib/functions.sh
. $IPKG_INSTROOT/usr/share/libubox/jshn.sh
. $IPKG_INSTROOT/lib/functions.sh
start_service()
{
config_load 'qmodem_ttl'
Expand Down
4 changes: 2 additions & 2 deletions luci/luci-app-qmodem-ttlfw4/root/etc/init.d/qmodem_ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ START=95
STOP=13
USE_PROCD=1

. /usr/share/libubox/jshn.sh
. /lib/functions.sh
. $IPKG_INSTROOT/usr/share/libubox/jshn.sh
. $IPKG_INSTROOT/lib/functions.sh

nftfile="/etc/nftables.d/99-reset-ttl-from-br-lan.nft"
start_service()
Expand Down
Loading