debianmacno-cupsweb
Last change
on this file since 38388ac 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
|
Rev | Line | |
---|
[0b5842c] | 1 | #!/bin/bash |
---|
| 2 | |
---|
[8b676cb] | 3 | daemon --running --name gutenbach-queue -F /tmp/gutenbach/gutenbach-queue.pid |
---|
[0b5842c] | 4 | if [ "$?" == 0 ]; then |
---|
[acb3ff6] | 5 | setterm -blank 0 |
---|
[8b676cb] | 6 | watch -t -n 1 cat /tmp/gutenbach/current_queue |
---|
[0b5842c] | 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.