Skip to content

Instantly share code, notes, and snippets.

View VMatrix1900's full-sized avatar

Vincent Stone VMatrix1900

  • Huawei
  • Beijing, China
View GitHub Profile
@VMatrix1900
VMatrix1900 / xmrig.service
Created January 1, 2025 16:01
Systemd XMRig Service File
[Unit]
Description=XMRig Daemon
After=network.target
[Service]
Type=simple
ExecStart=/root/xmrig --config=/root/xmrig-config.json
Restart=always
User=root