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