mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 05:03:35 +01:00
17 lines
324 B
Desktop File
17 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
|