You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
408 B
25 lines
408 B
[Unit] |
|
Description=Bitcoin daemon |
|
After=network.target |
|
|
|
[Service] |
|
Type=notify |
|
NotifyAccess=all |
|
ExecStart=BITCOIND --daemonwait --server --pid=HOME/.bitcoin/bitcoind.pid |
|
|
|
Type=forking |
|
PIDFile=HOME/.bitcoin/bitcoind.pid |
|
Restart=on-failure |
|
|
|
KillSignal=SIGINT |
|
LimitNOFILE=32768 |
|
User=USER |
|
Group=USER |
|
|
|
# Hardening |
|
PrivateTmp=yes |
|
PrivateDevices=yes |
|
MemoryDenyWriteExecute=true |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|