|
Run bash script using run service using daemontools
Dear All,
I have written one bash script which will unzip the file and move to specific location i want to run this every 5 min so how can i run this using run service daemontools.
i created one file called run in services folder and in run file
#!/bin/sh
exec /usr/isac/execs/isacExtractor
isacExtractor contains the bash script
May i know how to do this.
|