mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
14 lines
248 B
Plaintext
14 lines
248 B
Plaintext
description "GoDNS daemon"
|
|
|
|
start on (local-filesystems and net-device-up IFACE!=lo)
|
|
|
|
kill signal TERM
|
|
kill timeout 60
|
|
|
|
setuid your-username
|
|
setgid your-username
|
|
|
|
respawn
|
|
|
|
exec /path/to/your/godns-repo/godns -c /path/to/your/godns-repo/config.json
|