whoogle-search icon indicating copy to clipboard operation
whoogle-search copied to clipboard

[QUESTION] Make systemd service async

Open fxzzi opened this issue 2 years ago • 1 comments

Hello, I have whoogle installed and I have enabled it's systemd service. The service seems to slow down my boot time. Is there any way to fork it to the background so that my computer boots faster? Thanks

fxzzi avatar May 11 '22 17:05 fxzzi

[Service]
ExecStartPre=/bin/sleep 30

gives your system to load everything else before starting whoogle

ghost avatar Dec 04 '22 15:12 ghost