Changeset 61 for trunk/init.d


Ignore:
Timestamp:
07/11/12 14:45:32 (12 years ago)
Author:
bas
Message:

added a new pam_pbssimpleauth patch for torque 4
added trqauth_syslog.patch

init.d start trqauthd daemon in --background else package installer hangs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/init.d

    r59 r61  
    5858
    5959start_trqauth() {
    60         start-stop-daemon --start --quiet --exec $TORQUE_DIR/trqauthd -- $PBS_TRQAUTH_OPTS
     60        start-stop-daemon --start --quiet --background --exec $TORQUE_DIR/trqauthd -- $PBS_TRQAUTH_OPTS
    6161        echo " pbs trqauth"
    6262}
Note: See TracChangeset for help on using the changeset viewer.