Fix pool service file

This commit is contained in:
Taylor Helsper 2021-04-14 00:19:04 -05:00
parent 6aa7f8cde4
commit 0fb6990d2d

View File

@ -10,7 +10,7 @@ After=lnd.service
ExecStartPre=/usr/bin/is_not_shutting_down.sh
ExecStartPre=/usr/bin/wait_on_lnd.sh
EnvironmentFile=/mnt/hdd/mynode/pool/env
ExecStart=/usr/local/bin/pool --network=${NETWORK} --basedir=/mnt/hdd/mynode/pool
ExecStart=/usr/local/bin/poold --network=${NETWORK} --basedir=/mnt/hdd/mynode/pool
User=bitcoin
Group=bitcoin