indra.service should now use the indra user/group.

This commit is contained in:
Colin Lyons
2022-12-29 03:02:01 +00:00
parent bc940c084b
commit 166843cd78

View File

@@ -12,8 +12,8 @@ ExecStart=/usr/local/bin/ind
ExecStop=/usr/local/bin/indcli stop
# Replace these with the user:group that will run lnd
User=bitcoin
Group=bitcoin
User=indra
Group=indra
# Try restarting lnd if it stops due to a failure
Restart=on-failure