summaryrefslogtreecommitdiff
path: root/dnscrypt-proxy.initd
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-07-14 21:05:39 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-07-14 21:05:39 -0700
commit45a3632934a0ab4d89f83fdcdd66f485c749602c (patch)
treecf07ca125d7ac7d32cf06aa27606ef18a056617c /dnscrypt-proxy.initd
parentInitial commit (diff)
downloaddnscrypt-proxy-openrc-45a3632934a0ab4d89f83fdcdd66f485c749602c.tar.xz
Fixed typos
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"