source:
trunk/runit/servicedirs/tinydns/log/run
@
860
| Last change on this file since 860 was 860, checked in by jrollins, 5 years ago | |
|---|---|
|
|
| File size: 149 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | set -e |
| 3 | LOG=/var/log/tinydns |
| 4 | test -d "$LOG" || mkdir -p -m0750 "$LOG" && chown dnslog:adm "$LOG" |
| 5 | exec chpst -u dnslog:adm svlogd -tt "$LOG" |
Note: See TracBrowser
for help on using the repository browser.

