diff --git a/systemd.md b/systemd.md index e367b2b7..fa89ebca 100644 --- a/systemd.md +++ b/systemd.md @@ -95,6 +95,8 @@ ExecStart=/usr/bin/bash /home//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`