mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
docs: remove PIDFile from example systemd service
This commit is contained in:
parent
4de2ec1264
commit
9ba341bd95
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user