adding ethminer
This commit is contained in:
parent
5c5b3dcf60
commit
1d8a306400
5 changed files with 43 additions and 4 deletions
|
@ -450,6 +450,20 @@
|
|||
WantedBy = ["default.target"];
|
||||
};
|
||||
};
|
||||
|
||||
ethminer = {
|
||||
Unit = {
|
||||
Description = "Mining at home";
|
||||
};
|
||||
|
||||
Service = {
|
||||
ExecStart = "/run/current-system/sw/bin/ethminer ";
|
||||
};
|
||||
|
||||
Install = {
|
||||
WantedBy = ["default.target"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue