mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
Updated monitor systemd service file
This commit is contained in:
parent
36cac06a89
commit
6c376778a2
1 changed files with 5 additions and 1 deletions
|
@ -3,10 +3,14 @@ Description=Bisq network monitor
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
WorkingDirectory=~
|
||||
Environment="JAVA_OPTS='-Xmx500M'"
|
||||
ExecStart=/home/bisq/bisq/bisq-monitor /home/bisq/monitor.properties
|
||||
ExecReload=/bin/kill -USR1 $MAINPID
|
||||
Restart=on-failure
|
||||
|
||||
User=bisq
|
||||
Group=bisq
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Reference in a new issue