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
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

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