diff --git a/builder b/builder index c0eb9451d..8eef2e335 100755 --- a/builder +++ b/builder @@ -36,7 +36,6 @@ case $1 in go build -v -o ../build/dns-proxy-server \ -ldflags "-X github.com/mageddo/dns-proxy-server/flags.version=$VERSION" && \ cp -r ../static ../build/ && \ - cp ../dns-proxy-service ../build/dns-proxy-service && \ cd ../build/ && \ tar -cvf dns-proxy-server-$VERSION.tgz * && \ cd ../ diff --git a/dns-proxy-service b/dns-proxy-service deleted file mode 100755 index 3e95c4724..000000000 --- a/dns-proxy-service +++ /dev/null @@ -1,67 +0,0 @@ -#!/bin/sh -### BEGIN INIT INFO -# Provides: dns-proxy-server -# Required-Start: $local_fs $network $named $time $syslog -# Required-Stop: $local_fs $network $named $time $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Description: DNS PROXY SERVER -### END INIT INFO - -SCRIPT=