summarylogtreecommitdiffstats
path: root/ncdns.service
blob: c84840493392d30785e9c9fa6a916f6103398627 (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:
# User=ncdns
# Group=ncdns
ExecStart=/usr/bin/ncdns
Restart=on-failure

[Install]
WantedBy=default.target