Advertisement
FirstFire

xmrigproxy.service

Apr 6th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. [Unit]
  2. Description=XMRigProxy
  3. After=network.target
  4. StartLimitIntervalSec=0
  5.  
  6. [Service]
  7. Restart=always
  8. RestartSec=30
  9. User=root
  10. Nice=19
  11. ExecStart=/usr/bin/screen -DmS xmrproxy /home/ubuntu/monero/xmrig-proxy
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement