summarylogtreecommitdiffstats
path: root/namecoind.service
blob: ba9154b4b49ca282abca33f1633897cb2302709e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Namecoin Core Daemon
After=local-fs.target network.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/namecoind
ExecStop=/usr/bin/namecoin-cli stop

[Install]
WantedBy=default.target