summaryrefslogtreecommitdiff
path: root/nshd.service.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-09-02 13:46:05 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-02 13:46:05 -0600
commit961ed91fa17ecc4349a8a942e78db50288bd7d61 (patch)
tree570df34c4c72fb5fc1997446a50bbb43c721c974 /nshd.service.in
parent212105ea42362d49416e9d32261e2e099632c38c (diff)
Make the daemon user and group compile-time configurable
Diffstat (limited to 'nshd.service.in')
-rw-r--r--nshd.service.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/nshd.service.in b/nshd.service.in
index 3446c7e..caf5508 100644
--- a/nshd.service.in
+++ b/nshd.service.in
@@ -8,8 +8,8 @@ Type=notify
Sockets=nshd.socket
ExecStart=@bindir@/nshd
-User=nshd
-Group=nshd
+User=@user@
+Group=@group@
[Install]
WantedBy=multi-user.target