mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Prepend ExecStart command with bash
This commit is contained in:
parent
c6a8d82e64
commit
56a15fdca5
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user