mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
bruh
This commit is contained in:
parent
c175d118c6
commit
9fa8345ad3
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ in
|
||||||
ExecStart = pkgs.writeShellScript "run-miner" ''
|
ExecStart = pkgs.writeShellScript "run-miner" ''
|
||||||
export PATH=/run/current-system/sw/bin:$PATH
|
export PATH=/run/current-system/sw/bin:$PATH
|
||||||
cd /var/lib/defenseio-data/MidnightMiner
|
cd /var/lib/defenseio-data/MidnightMiner
|
||||||
/var/lib/defenseio-data/venv/bin/python miner.py --defensio --workers ${toString workers} --no-donation
|
/var/lib/defenseio-data/venv/bin/python miner.py --defensio --workers ${toString workers}
|
||||||
'';
|
'';
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = 10;
|
RestartSec = 10;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue