debianmacno-cupsweb
Last change
on this file since 31d7856 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 | |
---|
3 | daemon --running --name gutenbach-queue -F /tmp/gutenbach/gutenbach-queue.pid |
---|
4 | if [ "$?" == 0 ]; then |
---|
5 | setterm -blank 0 |
---|
6 | watch -t -n 1 cat /tmp/gutenbach/current_queue |
---|
7 | else |
---|
8 | echo "The gutenbach queue daemon is not running. Please start it at /etc/init.d/gutenbach-queue." |
---|
9 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.