Rev 4123 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# buildtool - Upstart job file for the VIX buildtooldescription "JATS Build Daemon"author "dpurdie"# When to start the servicestart on autofs# When to stop the servicestop on runlevel [016]# Automatically restart process if crashedrespawn# Essentially lets upstart know the process will detach itself to the background#expect fork# Specify the usersetuid buildadmsetgid ccperdevenv USER=buildadmenv HOME=/home/buildadm# Start the processscriptexec 2>/tmp/buildtool 1>&2. /etc/profileunset GBE_PLATFORMjats vars -vjats -NoExportVars eprog /home/buildadm/buildtool/abtlaunchend script