Prepend ExecStart command with bash

This commit is contained in:
runbtc 2024-05-06 21:44:30 -07:00
parent c6a8d82e64
commit 56a15fdca5
No known key found for this signature in database
GPG Key ID: B365F26B1E726291

View File

@ -10,7 +10,7 @@ After=bitcoin.service
SyslogIdentifier=bisq
EnvironmentFile=/etc/default/bisq.env
ExecStart=__BISQ_HOME__/__BISQ_REPO_NAME__/${BISQ_ENTRYPOINT} \
ExecStart=/bin/bash __BISQ_HOME__/__BISQ_REPO_NAME__/${BISQ_ENTRYPOINT} \
--fullDaoNode=${BISQ_DAO_FULLNODE} \
--userDataDir=${BISQ_HOME} \
--appName=${BISQ_APP_NAME} \