maradns update

This commit is contained in:
Micha Glave
2011-09-26 14:47:50 +02:00
parent c964861240
commit 897b6c4c18
3 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ depend() {
start() {
ebegin "Starting maradns"
start-stop-daemon --start --quiet --name maradns \
--exec /usr/bin/duende /usr/sbin/maradns
--exec /usr/bin/duende --pid=/var/run/maradns.pid /usr/sbin/maradns
eend $?
}