(Click to open topic with navigation)
Managing a service job is done much like any other job; only a few differences exist.
Examining the job with qstat -f will reveal that the job has the service = True attribute. Non-service jobs will not make any mention of the "service" attribute.
If a service job completes when the script exits after calling it with "start," or if Torque invokes the script with "status" and does not get back "running," it will not be terminated by using the "stop" argument.
Related Topics