summarylogtreecommitdiffstats
path: root/ncdns.service
blob: 36fda803859a3572293101dc6949cf3e957f5610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
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
# Group=ncdns
ExecStart=/usr/bin/ncdns
Restart=on-failure

[Install]
WantedBy=default.target