4
|
1 |
[Unit] |
|
2 |
Description=bitcoind |
|
3 |
After=network.target |
|
4 |
|
|
5 |
[Service] |
|
6 |
ExecStart=/usr/local/bin/bitcoind |
|
7 |
User={{bitcoind_user}} |
|
8 |
|
|
9 |
PrivateTmp=true |
|
10 |
ProtectSystem=full |
|
11 |
NoNewPrivileges=true |
|
12 |
PrivateDevices=true |
|
13 |
MemoryDenyWriteExecute=true |
|
14 |
|
|
15 |
[Install] |
|
16 |
WantedBy=multi-user.target |