It took me several hours to figure out how to start Mailman2.1 on a Debian system, where it is package is run as list. It complained it could not open the pid file.
--------------------------------------------------------------------------------- ## file: /etc/systemd/system/mailman.service [Unit] Description=GNU Mailman Mailing List Manager After=syslog.target network.target [Service] Type=forking User=list Group=list RuntimeDirectory=mailman PIDFile=/run/mailman/mailman.pid ExecStart=/usr/lib/mailman/bin/mailmanctl -s start ExecStop=/usr/lib/mailman/bin/mailmanctl stop [Install] WantedBy=multi-user.target --------------------------------------------------------------------------------- Hopefully this will save some good folks' time! -- Written by Thomas Krichel http://openlib.org/home/krichel on his 22206th day. _______________________________________________ Mailman-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/VYGDIOMOEF43WXDBFMTFSVYRZXL2Z4Q3/ This message sent to [email protected]
