|
Last change
on this file since 714 was
714,
checked in by dkg, 6 years ago
|
|
vblade-persist: version 0.4, now with improved logging.
|
-
Property svn:executable set to
*
|
|
File size:
407 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | |
|---|
| 3 | # vblade-logrun: this is the logging script for runit supervision of a single |
|---|
| 4 | # vblade instance. It just sends info to the syslog, thanks |
|---|
| 5 | # to bsdutils' logger |
|---|
| 6 | |
|---|
| 7 | # Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net> |
|---|
| 8 | # Copyright: November 2007 |
|---|
| 9 | # License: GPLv3 or later |
|---|
| 10 | |
|---|
| 11 | exec chpst -e ../env sh -c ' |
|---|
| 12 | exec chpst -u daemon logger -t "vblade-persist-e$SHELF.$SLOT" |
|---|
| 13 | ' |
|---|
Note: See
TracBrowser
for help on using the repository browser.