blob: 6d86d2f4070362bc8158f4e58cb91ccc806ed352 [file] [log] [blame]
#!/bin/sh
exec 2>&1
. /etc/utils.sh
megs=$(platform_megs_ram)
if [ "$megs" -gt 768 ]; then
exec supernice memwatcher
fi