source: admin/Sources/Clients/ogagent/linux/scripts/OGAgentTool-startup @ 53c03ca

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 53c03ca was c3e7c06, checked in by ramon <ramongomez@…>, 9 years ago

#718: Integrar código fuente de agente OGAgent en rama de desarrollo.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@4865 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 294 bytes
Line 
1#!/bin/sh
2
3# Simple hack to wait for systray to be present
4# Exec tool if not already runned by session manager
5ps -ef | grep "$USER" | grep -v grep | grep -v OGAgentTool-startup | grep 'OGAgentTool' -q
6# If not already running
7if [ $? -eq 1 ]; then
8    sleep 5
9    exec /usr/bin/OGAgentTool
10fi
Note: See TracBrowser for help on using the repository browser.