summarylogtreecommitdiffstats
path: root/ncdns.service
diff options
context:
space:
mode:
authorredfish2023-09-03 19:56:36 -0400
committerredfish2023-09-03 19:56:36 -0400
commit62d6df8477e886e93541a5a64a0a377f119c02ea (patch)
treee64ee9b82bc39d6eda4137e4726fff6e96767643 /ncdns.service
parent5de20bc9821d7f9937f19373bc749b7020ddaebe (diff)
downloadaur-ncdns.tar.gz
service: fix typo in User= field
Thanks @deathtrip
Diffstat (limited to 'ncdns.service')
-rw-r--r--ncdns.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncdns.service b/ncdns.service
index 36fda803859a..c84840493392 100644
--- a/ncdns.service
+++ b/ncdns.service
@@ -3,7 +3,7 @@ Description=Namecoin to DNS bridge daemon
[Service]
# If you don't want to bind to port 53, then uncomment to run as non-root:
-# Username=ncdns
+# User=ncdns
# Group=ncdns
ExecStart=/usr/bin/ncdns
Restart=on-failure