diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-20 13:14:41 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-20 13:14:41 +0100 |
commit | 9155df0063c42e02fcf989da6b58f7a3d06e428d (patch) | |
tree | d0b8571c0d7d20298f89ca08947ead21cc4abbcf /modules/profile/files/xmr_stak/xmr-stak.service | |
parent | ca4a52d503d433064019e234212fcf7c211761fe (diff) | |
parent | 5a1aab82ab45c14db40026bb7b1f19d0ee8a3cb3 (diff) | |
download | Puppet-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.service | 15 |
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] | ||
2 | Description=XMR Miner | ||
3 | After=network.target | ||
4 | |||
5 | [Service] | ||
6 | WorkingDirectory=/var/lib/xmr_stak | ||
7 | |||
8 | Type=simple | ||
9 | User=xmr_stak | ||
10 | Group=xmr_stak | ||
11 | ExecStart=/usr/bin/cpulimit --limit 90 /usr/bin/xmr-stak -c /var/lib/xmr_stak/xmr-stak.conf | ||
12 | Nice=19 | ||
13 | |||
14 | [Install] | ||
15 | WantedBy=multi-user.target | ||