~ubuntu-branches/debian/jessie/irqbalance/jessie

« back to all changes in this revision

Viewing changes to debian/irqbalance.init

  • Committer: Package Import Robot
  • Author(s): Anibal Monsalve Salazar
  • Date: 2012-11-07 23:22:09 UTC
  • Revision ID: package-import@ubuntu.com-20121107232209-zfsy1q94vizdl8po
Tags: 1.0.4-2
* Build-dep on libglib2.0-dev (>= 2.28)                                                                                         
  The g_list functions are only available in glib version 2.28 and higher
  Closes: #691999
* Don't fail to restart
  Closes: #692427

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        rm -f $PIDFILE
71
71
 
72
72
        start-stop-daemon --start --quiet --oknodo --exec $DAEMON -- $OPTIONS $DOPTIONS
73
 
        pidofproc $PNAME > $PIDFILE
 
73
        pidofproc $PNAME > $PIDFILE || ps aux | grep $PNAME$ | sed "s/^root *//;s/ .*//" > $PIDFILE
74
74
 
75
75
        log_end_msg $?
76
76
        ;;