Delay startup of noisetorch service

This commit is contained in:
Nathan McCarty 2023-03-02 00:09:47 -05:00
parent ed93298679
commit ab914dea52
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@
};
Service = {
Type = "oneshot";
ExecStartPre = "/run/current-system/sw/bin/sleep 5";
ExecStart = ''
/run/wrappers/bin/noisetorch -i alsa_input.usb-18072020_JLAB_TALK_GO_MICROPHONE-00.analog-stereo
'';