1.buat file /etc/systemd/system/cc.service 2.isi pastekan dibawah ini,ubah working directory & exec start sesuai letak ccminer [Unit] Description=cc After=network-online.target systemd-modules-load.service Wants=network-online.target systemd-modules-load.service [Service] Type=simple User=root Group=root Restart=always KillSignal=SIGINT WorkingDirectory=/usr/local/bin SyslogIdentifier=cc TimeoutStartSec=30s TimeoutStopSec=15s ExecStart=/usr/local/bin/ccminer -a verus -o stratum+tcp://ap.luckpool.net:3960#xnsub -u RCWkEicq7xATSwallleeeett.worker -p x -t 4 [Install] WantedBy=multi-user.target 3.aktifkan dengan sudo systemctl enable cc sudo systemctl start cc 4.melihat log journalctl -n20 -xafu cc note:pastikan ccminer sudah x permission chmod +x /direktory ccminer/*