Attempt to spawn off the script rather than waiting for it to finish.

This commit is contained in:
Hyperling 2021-02-15 18:48:51 -06:00
parent d0230d7c42
commit 60c8ce0af7

View File

@ -140,5 +140,5 @@
## Reload ##
- name: Miner | Software | Nanominer | Reload
shell: "killall {{ nanominer_script }}; {{ nanominer_script }}"
shell: "killall {{ nanominer_script }}; nohup {{ nanominer_script }} &"
become_user: mfn