How to tell if fan script is running??

Status
Not open for further replies.

antsrealm

Explorer
Joined
Jan 28, 2013
Messages
82
Hi,

Just wondering how I can confirm if the fan script I have is running.

I am using stux's fan script and have it set to run from the post init setting but I'm not sure how to tell if it's actually running.

Any suggestions??

Thanks,
 

toadman

Guru
Joined
Jun 4, 2013
Messages
619
Maybe add a line to the script to touch a dummy file. That way you could just look at the access time on the dummy file to see when the last run time was. "touch /tmp/last_script_run_time" or something like that with a directory/filename of your choice.
 
Status
Not open for further replies.
Top