bitcoind/templates/bitcoind.service.j2
author Luke Hoersten <luke@hoersten.org>
Fri, 15 Sep 2023 22:45:51 -0500
changeset 31 562b76293a66
parent 4 9934a00b9e97
permissions -rw-r--r--
Moved lnurld from my general ansible roles repo to the btc specific repo.

[Unit]
Description=bitcoind
After=network.target

[Service]
ExecStart=/usr/local/bin/bitcoind
User={{bitcoind_user}}

PrivateTmp=true
ProtectSystem=full
NoNewPrivileges=true
PrivateDevices=true
MemoryDenyWriteExecute=true

[Install]
WantedBy=multi-user.target