docs: remove PIDFile from example systemd service

This commit is contained in:
Thebora Kompanioni
2021-12-13 15:32:26 +01:00
committed by Oliver Gugger
parent 4de2ec1264
commit 9ba341bd95

View File

@@ -10,7 +10,6 @@ After=bitcoind.service
[Service]
ExecStart=/usr/local/bin/lnd
ExecStop=/usr/local/bin/lncli stop
PIDFile=/home/bitcoin/.lnd/lnd.pid
# Replace these with the user:group that will run lnd
User=bitcoin