When I monitor the shutdown process in the SOL console it will hang at the the following statement for a considerable amount of time before continuing normally.
Code
OMV 8 systemd-shutdown[1]: Waiting for process: 10046 (s6-svscan), 9988 (s6-svscan), 9965 (s6-svscan), 11948 (python3), 882573 (Plex Media Serv), 10031 (s6-svscan), 881402 (s6-svscan), 9984 (s6-svscan), 957120 (s6-svscan), 881448 (s6-supervise), 10737 (s6-supervise)
I let ChatGPT examine the above Code and it offered suggestions some of which I tried. Eventually I got it solved but the fix introduced a new problem. None of my running dockers would automatically restart when booting the machine. I could manually start each one though, but this is not acceptable. None of what ChatGPT suggested to fix the failure to start the dockers worked so I backed out of the fix that solved the hanging shutdown.
Is anyone else seeing a long pause on shutdown?