[Unit] Description=Bitcoin's distributed currency daemon After=network.target [Service] User=bitcoin Group=bitcoin Type=forking PIDFile=/data/blockchain/bitcoin/bitcoind.pid ExecStart=/usr/local/bin/bitcoind -daemon \ -datadir=/data/blockchain/bitcoin Restart=always PrivateTmp=true TimeoutStopSec=60s TimeoutStartSec=2s StartLimitInterval=120s StartLimitBurst=5 [Install] WantedBy=multi-user.target