mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 11:30:41 -07:00
12 lines
194 B
Bash
Executable file
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
|
|
|