Changeset 81


Ignore:
Timestamp:
09/17/13 08:09:37 (11 years ago)
Author:
bas
Message:

always restart pbs_mom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/postinst

    r52 r81  
    172172                if [ "$1" = configure ]
    173173                then
    174                         invoke-rc.d torque restart || true
     174                        invoke-rc.d torque restart-mom || true
    175175                else
    176176                        invoke-rc.d torque start || exit 0
     
    179179                if [ "$1" = configure ]
    180180                then
    181                         /etc/init.d/torque restart || true
     181                        /etc/init.d/torque restart-mom || true
    182182                else
    183183                        /etc/init.d/torque start || exit 0
Note: See TracChangeset for help on using the changeset viewer.