Add systemd service file for danicoind
This commit is contained in:
parent
482a44246a
commit
06a3365ce5
1 changed files with 12 additions and 0 deletions
12
danicoin.service
Normal file
12
danicoin.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Danicoin Daemon Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=danicoin
|
||||
Group=danicoin
|
||||
ExecStart=/usr/bin/danicoind
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue