summarylogtreecommitdiffstats
path: root/namecoind@.service
blob: 8c566c63f0536cc9b5a1a865598e20aa1ebbff21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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
User=%I

[Install]
WantedBy=default.target