initial commit
This commit is contained in:
14
bitcoind.service
Normal file
14
bitcoind.service
Normal file
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Bitcoin Knots Daemon
|
||||
After=network.target
|
||||
Wants=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/home/steven/bitcoin/bin/bitcoind
|
||||
User=steven
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user