Browse Source

Merge branch 'develop' of github.com:kyuupichan/electrumx into develop

master
Neil Booth 8 years ago
parent
commit
b23c10696f
  1. 4
      samples/systemd/electrumx.service

4
samples/systemd/electrumx.service

@ -6,6 +6,8 @@ After=network.target
EnvironmentFile=/etc/electrumx.conf
ExecStart=/usr/local/bin/electrumx_server.py
User=electrumx
LimitNOFILE=8192
TimeoutStopSec=30min
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

Loading…
Cancel
Save