mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-27 16:29:39 -05:00
e864210f4b
Co-authored-by: Christoph Atteneder <christoph.atteneder@gmail.com> Co-authored-by: wiz <j@wiz.biz> Co-authored-by: jmacxx <47253594+jmacxx@users.noreply.github.com> Co-authored-by: Stephan Oeste <emzy@emzy.de> Co-authored-by: Chris Beams <chris@beams.io>
23 lines
422 B
Desktop File
23 lines
422 B
Desktop File
[Unit]
|
|
Description=Haveno Price Node
|
|
After=network.target
|
|
|
|
[Service]
|
|
SyslogIdentifier=Haveno-pricenode
|
|
EnvironmentFile=/etc/default/Haveno-pricenode.env
|
|
ExecStart=/Haveno/Haveno/Haveno-pricenode 2
|
|
ExecStop=/bin/kill -TERM ${MAINPID}
|
|
Restart=on-failure
|
|
|
|
User=Haveno
|
|
Group=Haveno
|
|
|
|
PrivateTmp=true
|
|
ProtectSystem=full
|
|
NoNewPrivileges=true
|
|
PrivateDevices=true
|
|
MemoryDenyWriteExecute=false
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|