Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • queue/lib/view-gutenbach-queue

    r30beeab r8b676cb  
    11#!/bin/bash
    22
    3 daemon --running --name gutenbach-queue -F /var/run/gutenbach/gutenbach-queue.pid
     3daemon --running --name gutenbach-queue -F /tmp/gutenbach/gutenbach-queue.pid
    44if [ "$?" == 0 ]; then
    55    setterm -blank 0
    6     watch -t -n 1 cat /var/run/gutenbach/current_queue
     6    watch -t -n 1 cat /tmp/gutenbach/current_queue
    77else
    88    echo "The gutenbach queue daemon is not running.  Please start it at /etc/init.d/gutenbach-queue."
Note: See TracChangeset for help on using the changeset viewer.