Move to upstart scripts

Bug #724983 reported by Steffen Neumann
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gridengine (Ubuntu)
New
Undecided
Unassigned

Bug Description

Hi,

For quite a while we experienced that execd (from Debian/Ubuntu packages)
was not starting on our Ubuntu 10.04 (6.2u4) nor 11.04 (6.2u5) during bootup.
Starting them manually was no problem.

Many months later I figured that the /etc/init.d/gridengine-exec
was started before the network was up&running, a consequence
of the move to upstart as init replacement.

gridengine packages should ship upstart jobs, to be able to
properly depend on networking being available.

Yours,
Steffen

description "SGE Execution Daemon init script"
author "gridengine team ?"
start on (local-filesystems and net-device-up IFACE!=lo)
stop on runlevel [!2]

pre-start script
    # do my work here to start the service
    # Read configuration variable file if it is present
    [ -r /etc/default/gridengine ] && . /etc/default/gridengine
end script

post-stop script
    # do work here to stop the service
end script

exec /usr/sbin/sge_execd

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.