04-01-2011 05:49 PM
#!/bin/sh
running=`ps aux | grep "/opt/alfresco-3.4.d/openoffice/program/soffice.bi[n]" | wc -l`
if [ $running != 0 ];
then
/usr/bin/logger "OpenOffice running at $(date +'%F %H:%M')"
else
/usr/bin/logger "OpenOffice restarted at $(date +'%F %H:%M')"
/opt/alfresco-3.4.d/openoffice/scripts/openoffice_ctl.sh
fi
04-20-2011 09:37 AM
/opt/alfresco-3.4.d/openoffice/scripts/openoffice_ctl.sh start
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.