source: gutenbach-queue/lib/view-gutenbach-queue @ e87e682

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

Move debian folder into the root, and move all non-debian code into gutenbach-queue/

  • Property mode set to 100755
File size: 305 bytes
Line 
1#!/bin/bash
2
3daemon --running --name gutenbach-queue -F /var/run/gutenbach/gutenbach-queue.pid
4if [ "$?" == 0 ]; then
5    setterm -blank 0
6    watch -t -n 1 cat /var/run/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.