Ignore:
Timestamp:
07/08/07 23:10:06 (17 years ago)
Author:
bastiaans
Message:

pkg/rpm/init.d/jobmond:

  • create our own pidfile when startin
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pkg/rpm/init.d/jobmond

    r431 r432  
    2525start() {
    2626        echo -n $"Starting $desc: "
    27         daemon $prog $OPTIONS
     27        daemon $prog -p /var/run/$name.pid $OPTIONS
    2828        RETVAL=$?
    2929        echo
Note: See TracChangeset for help on using the changeset viewer.