mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-16 15:58:08 +00:00
16 lines
324 B
Desktop File
16 lines
324 B
Desktop File
[Unit]
|
|
Description=Haveno network monitor
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=~
|
|
Environment="JAVA_OPTS='-Xmx500M'"
|
|
ExecStart=/home/haveno/haveno/haveno-monitor /home/haveno/monitor.properties
|
|
ExecReload=/bin/kill -USR1 $MAINPID
|
|
Restart=on-failure
|
|
|
|
User=haveno
|
|
Group=haveno
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|