Delay startup of noisetorch service
This commit is contained in:
parent
ed93298679
commit
ab914dea52
|
@ -72,6 +72,7 @@
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
ExecStartPre = "/run/current-system/sw/bin/sleep 5";
|
||||||
ExecStart = ''
|
ExecStart = ''
|
||||||
/run/wrappers/bin/noisetorch -i alsa_input.usb-18072020_JLAB_TALK_GO_MICROPHONE-00.analog-stereo
|
/run/wrappers/bin/noisetorch -i alsa_input.usb-18072020_JLAB_TALK_GO_MICROPHONE-00.analog-stereo
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue