Install Bitcoin and Liquid core services in prod install script

This commit is contained in:
Stephan Oeste
2022-07-05 13:54:58 +02:00
parent 6a9358c9e2
commit 84c23a25c2
4 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
[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