Merge branch 'reset_reason' into 'devel'

Reset reason

See merge request feed/iopsys!1933
This commit is contained in:
Vivek Dutta 2025-12-09 14:08:25 +05:30 committed by IOPSYS Dev
commit 68ab42b29e
No known key found for this signature in database

View file

@ -1,10 +1,19 @@
#!/bin/sh /etc/rc.common
START=15
START=12
STOP=8
USE_PROCD=1
PROG=/usr/sbin/sysmngr
RESET_REASON="/etc/sysmngr/reset_reason"
boot()
{
if [ -x "${RESET_REASON}" ]; then
eval ${RESET_REASON}
fi
start
}
start_service()
{