changeset 4 | 9934a00b9e97 |
3:74f60cd1440b | 4:9934a00b9e97 |
---|---|
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 |