On Apr 10, 2019, at 11:44 AM, Mark Sapiro <m...@msapiro.net> wrote: > > You may want to add > > PIPFile=/home/mailman/data/master-qrunner.pid
Ok, thanks, will do. > > However, I don't think that's relevant to your issue. I don't know why > the rm command doesn't work. How do you know it doesn't? I touched a test file in the locks directory and it was still there after starting MM. I found the solution after further searching (on an archived systemd-devel mailing list post, of course): >> ExecStart does not go through a shell, so it won't expand wildcards. >> Try running 'find /dir -mindepth 1 -delete', that also cleans up dotdirs. >> Alternatively 'sh -c "rm .../*" to handle wildcards. Problem solved! --Bryan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org