Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp packages
Commits
bf6d62d2
Commit
bf6d62d2
authored
Oct 07, 2012
by
p4u
Browse files
Increased bmx6 health time from 10 to 1 min
parent
a2ff32c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-small-node/files/etc/uci-defaults/qmp_bmx6_health_patch
View file @
bf6d62d2
#!/bin/sh
if
!
cat
/etc/crontabs/root |
grep
bmx6health
;
then
echo
"*
/10
* * * * /etc/qmp/bmx6health.sh >> /tmp/log/bmx6health.log"
>>
/etc/crontabs/root
echo
"* * * * * /etc/qmp/bmx6health.sh >> /tmp/log/bmx6health.log"
>>
/etc/crontabs/root
/etc/init.d/cron
enable
/etc/init.d/cron start
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment