mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-16 15:58:08 +00:00
22 lines
No EOL
466 B
Desktop File
22 lines
No EOL
466 B
Desktop File
[Unit]
|
|
Description=Haveno Price Node
|
|
After=network.target
|
|
|
|
[Service]
|
|
SyslogIdentifier=haveno-pricenode
|
|
EnvironmentFile=/etc/default/haveno-pricenode.env
|
|
ExecStart=/home/haveno-pricenode/haveno-pricenode/haveno-pricenode 2
|
|
ExecStop=/bin/kill -TERM ${MAINPID}
|
|
Restart=on-failure
|
|
|
|
User=haveno-pricenode
|
|
Group=haveno-pricenode
|
|
|
|
PrivateTmp=true
|
|
ProtectSystem=full
|
|
NoNewPrivileges=true
|
|
PrivateDevices=true
|
|
MemoryDenyWriteExecute=false
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |