source: queue/lib/view-gutenbach-queue @ 8b676cb

debianmacno-cupsweb
Last change on this file since 8b676cb was 8b676cb, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Use /tmp instead of /var/run in queue

  • Property mode set to 100755
File size: 297 bytes
Line 
1#!/bin/bash
2
3daemon --running --name gutenbach-queue -F /tmp/gutenbach/gutenbach-queue.pid
4if [ "$?" == 0 ]; then
5    setterm -blank 0
6    watch -t -n 1 cat /tmp/gutenbach/current_queue
7else
8    echo "The gutenbach queue daemon is not running.  Please start it at /etc/init.d/gutenbach-queue."
9fi
Note: See TracBrowser for help on using the repository browser.