mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
* Add pricenode one-command installer script, systemd service, README * Update pricenode/bisq-pricenode.service Co-Authored-By: Florian Reimair <office@florianreimair.at> * Update pricenode/install_pricenode_debian.sh Co-Authored-By: Florian Reimair <office@florianreimair.at> Co-authored-by: Florian Reimair <office@florianreimair.at>
21 lines
376 B
Desktop File
21 lines
376 B
Desktop File
[Unit]
|
|
Description=Bisq Price Node
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/default/bisq-pricenode.env
|
|
ExecStart=/bisq/bisq/bisq-pricenode 2 2
|
|
ExecStop=/bin/kill -TERM ${MAINPID}
|
|
Restart=on-failure
|
|
|
|
User=bisq
|
|
Group=bisq
|
|
|
|
PrivateTmp=true
|
|
ProtectSystem=full
|
|
NoNewPrivileges=true
|
|
PrivateDevices=true
|
|
MemoryDenyWriteExecute=false
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|