Skip to content
Snippets Groups Projects
Verified Commit ad027c8c authored by Štěpán Henek's avatar Štěpán Henek :bear:
Browse files

diagnostics: services module added

parent f22e0b0b
No related branches found
No related tags found
1 merge request!15Diagnostics updates
#!modules/module.sh
help="
examines running services and shows whether the services are started after boot
"
run () {
ubus call service list '{"verbose": true}'
echo
ls -al /etc/rc.d/
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment