diff options
author | Luis Aranguren | 2024-06-20 16:50:56 +1000 |
---|---|---|
committer | Luis Aranguren | 2024-06-20 16:50:56 +1000 |
commit | 5cff090a19266cad80300772b4d43010b61997ec (patch) | |
tree | 2468ffa9d24f0b19cd884fd224d8cc6ba2d2c770 /cgminer.service | |
download | aur-5cff090a19266cad80300772b4d43010b61997ec.tar.gz |
4.9.2.r703.g151fc74
Diffstat (limited to 'cgminer.service')
-rw-r--r-- | cgminer.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cgminer.service b/cgminer.service new file mode 100644 index 000000000000..84461879f6ee --- /dev/null +++ b/cgminer.service @@ -0,0 +1,8 @@ +[Unit] +Description=Multi-threaded multi-pool CPU and GPU miner for bitcoin + +[Service] +ExecStart=/usr/bin/cgminer -T --config /etc/cgminer.conf --syslog + +[Install] +WantedBy=multi-user.target |