[EXTERNAL] Updated cygwin this morning, mintty window flashes briefly and quits

Andrey Repin anrdaemon@yandex.ru
Wed Jan 26 14:50:29 GMT 2022


Greetings, Brian Inglis!

> restart them in a late local permanent postinstall script
> /etc/postinstall/zp_z0_l_start_services.dash after setup.

It never occured to me that I can use postinstall tasks to restart services :D

Just add a line

for svc in cygserver $( cygrunsrv --list | grep -v cygserver ); do net start "$svc"; done

and you're golden!


-- 
With best regards,
Andrey Repin
Wednesday, January 26, 2022 17:48:31

Sorry for my terrible english...



More information about the Cygwin mailing list