mirror of
				https://github.com/DigitalDevices/octonet.git
				synced 2023-10-10 11:36:52 +00:00 
			
		
		
		
	added startup hardware monitor
This commit is contained in:
		| @@ -0,0 +1,15 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| case "$1" in | ||||
|     start) | ||||
|         modprobe octonet | ||||
|         lua /var/monitor/fancontrol.lua | ||||
|         ;; | ||||
|     stop) | ||||
|         ;; | ||||
|     restart|reload) | ||||
|         ;; | ||||
|     *) | ||||
|         echo "Usage: $0 {start|stop|restart}" | ||||
|         exit 1 | ||||
| esac | ||||
		Reference in New Issue
	
	Block a user