June 22, 2026
4:04 a.m.
Le 2026-06-21 11:16, Lars Bjørndal a écrit :
Sometimes when I reboot the machine, I experience that mailman doesn't start because the files /opt/mailman3/mm/var/locks/master.lck* isn't deleted during shutdown. Maybe one way to solve this could be to use ExecStartPre directive in the systemd service to remove the lock files. What's the best practice to solve this problem? BTW I've noticed that doing
systemctl stop mailman3takes a very long time, 45 secs. or something like that.
How about this ...
rm /opt/mailman/mm/var/locks/* systemctl start mailman3 systemctl start mailmanweb systemctl daemon-reload systemctl start qcluster