You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
385 B
18 lines
385 B
Enter this command and copy & paste the following two lines:
|
|
|
|
crontab -e
|
|
|
|
* * * * * /users/emil/sledge-server/tests/cmu-sod/auto_start.sh
|
|
* * * * * ( sleep 30 ; /users/emil/sledge-server/tests/cmu-sod/auto_start.sh )
|
|
|
|
|
|
To stop:
|
|
sudo service cron stop
|
|
|
|
To start:
|
|
sudo service cron start
|
|
|
|
To remove type:
|
|
crontab -e
|
|
and then remove the above two lines.
|