For Users of ASSP <[email protected]> schreibt: >So only soultion is to implement some >kind of check outside assp.
The most simple solution is to run ASSP in a script with a loop. For example: #!/bin/sh echo `cat /Applications/assp/password.txt` | sudo -S ulimit -d unlimited -n 4096 -s 16386 -u 1024; cd /Applications/assp/; while [ "forever" ] do echo `cat /Applications/assp/password.txt` | sudo -S perl assp.pl; sleep 10 done ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
