debianmacno-cupsnodebathenaweb
|
Last change
on this file since 590f961 was
590f961,
checked in by Jessica B. Hamrick <jhamrick@…>, 16 years ago
|
|
Turned submodule 'queue' into submodule 'gutenbach-queue', and made it into a package as well. The package is not yet tested.
|
-
Property mode set to
100755
|
|
File size:
284 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | |
|---|
| 3 | daemon --running --name gutenbach-queue -F /var/run/gutenbach/gutenbach-queue.pid |
|---|
| 4 | if [ "$?" == 0 ]; then |
|---|
| 5 | watch -t -n 1 cat /var/run/gutenbach/current_queue |
|---|
| 6 | else |
|---|
| 7 | echo "The gutenbach queue daemon is not running. Please start it at /etc/init.d/gutenbach-queue." |
|---|
| 8 | fi |
|---|
Note: See
TracBrowser
for help on using the repository browser.