1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-05 11:30:41 -07:00
moth/packages/router/service/dnsmasq/run
2011-03-03 20:46:50 -07:00

12 lines
194 B
Bash
Executable file

#! /bin/sh -e
exec 2>&1
mkdir -p /var/lib/misc
exec /opt/router/sbin/dnsmasq \
--keep-in-foreground \
--conf-file=dnsmasq.conf \
--pid-file= \
--log-facility=/proc/self/fd/1