src.nth.io/

summaryrefslogtreecommitdiff
path: root/btcd/templates/btcd.service.j2
blob: 06f8236878fe98166e3b7fa00f8df25b29febf5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=btcd
After=network.target

[Service]
ExecStart=/usr/local/bin/btcd
User={{btcd_user}}
Restart=on-failure

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

[Install]
WantedBy=multi-user.target