mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue