mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
23 lines
392 B
Desktop File
23 lines
392 B
Desktop File
[Unit]
|
|
Description=Bitcoind
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/bitcoind -daemon -printtoconsole -pid=/bitcoin/bitcoind.pid
|
|
ExecStop=/usr/local/bin/bitcoin-cli stop
|
|
|
|
Type=forking
|
|
PIDFile=/bitcoin/bitcoind.pid
|
|
Restart=on-failure
|
|
|
|
User=bitcoin
|
|
Group=bitcoin
|
|
|
|
PrivateTmp=true
|
|
ProtectSystem=full
|
|
NoNewPrivileges=true
|
|
PrivateDevices=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|