Merge pull request #3950 from wiz/set-syslog-tag-systemd-service

Set syslog identifier as "bisq" in systemd service config
This commit is contained in:
Christoph Atteneder 2020-02-17 10:17:25 +01:00 committed by GitHub
commit b1f8b3e144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ After=bitcoin.service
#BindsTo=bitcoin.service
[Service]
SyslogIdentifier=bisq
EnvironmentFile=/etc/default/bisq.env
ExecStart=/bin/sh __BISQ_HOME__/__BISQ_REPO_NAME__/${BISQ_ENTRYPOINT} \