$ nano psybncchkSearch for this line:
PSYBNCPATH=/home/zemra/psybncChange the path into your psyBNC path, look at this example:
PSYBNCPATH=/home/zemra/psybncSave the file and exit the editor.
Change the default editor by using this command:
$ export EDITOR=nanoNext step is editing the crontab file:
$ crontab -eInsert this line to the file:
0,10,20,30,40,50 * * * * /home/zemra/psybnc/psybncchk >/dev/null 2>&1Remember, change the path to your psybnc path.
This crontab command means it will run the psybncchk file every 10 minutes.
No comments:
Post a Comment