1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-03-09 12:29:12 +02:00

7 lines
95 B
Bash
Executable File

#!/bin/sh
# This file is for cron job
if ! pidof cgminer; then
/etc/init.d/cgminer start
fi