mirror of https://github.com/dirtbags/moth.git
13 lines
190 B
Plaintext
13 lines
190 B
Plaintext
|
#! /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=/dev/stdout
|
||
|
|