You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
467 B
23 lines
467 B
10 years ago
|
[Unit]
|
||
|
Description=Bitcoin's distributed currency daemon
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
10 years ago
|
User=bitcoin
|
||
|
Group=bitcoin
|
||
10 years ago
|
|
||
|
Type=forking
|
||
|
PIDFile=/var/lib/bitcoind/bitcoind.pid
|
||
10 years ago
|
ExecStart=/usr/bin/bitcoind -daemon -pid=/var/lib/bitcoind/bitcoind.pid \
|
||
|
-conf=/etc/bitcoin/bitcoin.conf -datadir=/var/lib/bitcoind -disablewallet
|
||
10 years ago
|
|
||
|
Restart=always
|
||
|
PrivateTmp=true
|
||
10 years ago
|
TimeoutStopSec=60s
|
||
|
TimeoutStartSec=2s
|
||
|
StartLimitInterval=120s
|
||
|
StartLimitBurst=5
|
||
10 years ago
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|