aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/files/xmr_stak/xmr-stak.service
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-20 13:14:41 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-20 13:14:41 +0100
commit9155df0063c42e02fcf989da6b58f7a3d06e428d (patch)
treed0b8571c0d7d20298f89ca08947ead21cc4abbcf /modules/profile/files/xmr_stak/xmr-stak.service
parentca4a52d503d433064019e234212fcf7c211761fe (diff)
parent5a1aab82ab45c14db40026bb7b1f19d0ee8a3cb3 (diff)
downloadPuppet-9155df0063c42e02fcf989da6b58f7a3d06e428d.tar.gz
Puppet-9155df0063c42e02fcf989da6b58f7a3d06e428d.tar.zst
Puppet-9155df0063c42e02fcf989da6b58f7a3d06e428d.zip
Merge branch 'dev'
Diffstat (limited to 'modules/profile/files/xmr_stak/xmr-stak.service')
-rw-r--r--modules/profile/files/xmr_stak/xmr-stak.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/profile/files/xmr_stak/xmr-stak.service b/modules/profile/files/xmr_stak/xmr-stak.service
deleted file mode 100644
index 93ee383..0000000
--- a/modules/profile/files/xmr_stak/xmr-stak.service
+++ /dev/null
@@ -1,15 +0,0 @@
1[Unit]
2Description=XMR Miner
3After=network.target
4
5[Service]
6WorkingDirectory=/var/lib/xmr_stak
7
8Type=simple
9User=xmr_stak
10Group=xmr_stak
11ExecStart=/usr/bin/cpulimit --limit 90 /usr/bin/xmr-stak -c /var/lib/xmr_stak/xmr-stak.conf
12Nice=19
13
14[Install]
15WantedBy=multi-user.target