summaryrefslogtreecommitdiff
path: root/dnscrypt-proxy.initd
diff options
context:
space:
mode:
Diffstat (limited to 'dnscrypt-proxy.initd')
-rw-r--r--dnscrypt-proxy.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/dnscrypt-proxy.initd b/dnscrypt-proxy.initd
index b958a14..2e6ad1b 100644
--- a/dnscrypt-proxy.initd
+++ b/dnscrypt-proxy.initd
@@ -1,10 +1,10 @@
-!/usr/bin/openrc-run
+#!/usr/bin/openrc-run
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
command="/usr/bin/dnscrypt-proxy"
command_args="${DNSCRYPT_OPTS:---config /etc/dnscrypt-proxy/dnscrypt-proxy.toml}"
-command_user="${DNSCRYPT_USER:-dnscrypt}:${DNSCRYPT_GROUP:-dnscrypt}"
+command_user="${DNSCRYPT_USER:-dnscrypt-proxy}:${DNSCRYPT_GROUP:-dnscrypt-proxy}"
pidfile="/run/${SVCNAME}.pid"
start_stop_daemon_args="--background --make-pidfile"