summarylogtreecommitdiffstats
path: root/cgminer.service
diff options
context:
space:
mode:
authorBlackleg2015-09-08 23:31:59 +0200
committerBlackleg2015-09-08 23:31:59 +0200
commit17b9b69b61d007e4bc2927ec18f2fbf689cf8116 (patch)
tree7c910c1e35e5c1a42cf41d631a9f2f880d9d74d0 /cgminer.service
downloadaur-cgminer-gpu.tar.gz
Initial import
Diffstat (limited to 'cgminer.service')
-rw-r--r--cgminer.service8
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