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