Search Results

Search: Posts Made By: zawmn83
4,834
Posted By zawmn83
Startup Script "run process with Timer"
Hi
I have a script that execute every X minute for checking new files in a folder and converting to pdf.
Is there any way to start this script automatically on linux startup?. I use sleep function...
6
4,071
Posted By zawmn83
I have a script that execute every one minute for...
I have a script that execute every one minute for checking new files in a folder and converting to pdf.
Is there any way to start this script automatically on linux startup?
3,157
Posted By zawmn83
put in rc.local
Hi
I also have a process that trigger every one minute. I use sleep function in script with infinite loop.

while [ 1 -lt 2 ]
do
clear
file=0
killall -u `whoami` -q soffice
...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy