diff --git a/rootfs/standard/etc/systemd/system/lndconnect.service b/rootfs/standard/etc/systemd/system/lndconnect.service index 70092f34..26bf325c 100644 --- a/rootfs/standard/etc/systemd/system/lndconnect.service +++ b/rootfs/standard/etc/systemd/system/lndconnect.service @@ -9,8 +9,8 @@ After=mynode.service [Service] ExecStart=/usr/bin/mynode_lndconnect.sh -User=bitcoin -Group=bitcoin +User=root +Group=root Type=simple KillMode=control-group LimitNOFILE=128000