You are not logged in.
cat /etc/systemd/system/thinkfan.service.d/override.confThe service seems to depend on a couple of more files - you could brute-force this by not depending on a file but augmenting
[Service] ExecStartPre=/bin/sleep 30Which will just delay the start by 30 seconds.
wow Seth, you perform miracles, now works, don't know what's the problem but now after rebooted my pc its running. A big thank you!!!
I have one more issue/the last one with my wifi, can I post it here if you wanna help me or make another post?
Offline
There's no magic involved.
The service depends on devices that show up late, so we make it wait a bit before it starts - and hope that the devices are in place.
Please open a new thread, omnibus threads are discouraged for being less helpful for a future audience.
Also please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
There's no magic involved.
The service depends on devices that show up late, so we make it wait a bit before it starts - and hope that the devices are in place.Please open a new thread, omnibus threads are discouraged for being less helpful for a future audience.
Also please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Yes i'll do so, Thank you again!
Offline
cat /etc/systemd/system/thinkfan.service.d/override.confThe service seems to depend on a couple of more files - you could brute-force this by not depending on a file but augmenting
[Service] ExecStartPre=/bin/sleep 30Which will just delay the start by 30 seconds.
Work for me , Thanks
Offline