Skip to content

Commit

Permalink
Update systemd.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptosharks131 authored Jan 22, 2022
1 parent ea83dd3 commit 532f9d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ ExecStart=/usr/bin/bash /home/<run_as_user>/lndg/htlc_stream.sh
StandardError=append:/var/log/lnd_htlc_stream_error.log
Restart=on-failure
RestartSec=60s
[Install]
WantedBy=multi-user.target
```
Enable and start the service to run the htlc failure stream service file.
`sudo systemctl enable htlc-stream-lndg.service`
Expand Down

0 comments on commit 532f9d1

Please sign in to comment.