Guest User

Untitled

a guest
Jun 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. [Unit]
  2. Description=Parity Daemon
  3. After=network.target
  4.  
  5. [Service]
  6. User=parity
  7. Group=parity
  8.  
  9. ExecStart=/usr/bin/parity \
  10. --fat-db on --db-compaction auto --base-path /srv/blockchain/parity/ --mode active \
  11. --pruning archive --cache-size=512 --no-hardware-wallets --no-jsonrpc \
  12. --no-ws --no-ipc --no-dapps --no-secretstore --ntp-servers=clock.ix.gs --whisper
  13.  
  14. KillSignal=SIGHUP
  15. Restart=on-failure
  16. TimeoutSec=120
  17.  
  18. Nice=19
  19.  
  20. [Install]
  21. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment