mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
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:
commit
b1f8b3e144
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user