source: trunk/runit/servicedirs/tinydns/log/run @ 860

Last change on this file since 860 was 860, checked in by jrollins, 5 years ago

runit: some small changes to log/run scripts

  • Property svn:executable set to *
File size: 149 bytes
Line 
1#!/bin/sh
2set -e
3LOG=/var/log/tinydns
4test -d "$LOG" || mkdir -p -m0750 "$LOG" && chown dnslog:adm "$LOG"
5exec chpst -u dnslog:adm svlogd -tt "$LOG"
Note: See TracBrowser for help on using the repository browser.