# Use this file to add extra start up parameters to
# pbs/torque services.

# For example add a "-d" for debug mode.

# Add extra flags to the pbs_server when it is started.
PBS_SERVER_FLAGS="-a 1"

# Add extra flags to the pbs_mom when it is started.
PBS_MOM_FLAGS="-p"

# Add extra flags to the pbs_sched when it is started.
PBS_SCHED_FLAGS=""



