122 Star 0 Fork 20

src-openEuler / mailman

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mailman3.service 663 Bytes
一键复制 编辑 原始数据 按行查看 历史
# It's not recommended to modify this file in-place, because it will be
# overwritten during package upgrades. If you want to customize, the
# best way is to create a file "/etc/systemd/system/mailman.service",
# containing
# .include /usr/lib/systemd/system/mailman.service
# ...make your changes here...
[Unit]
Description=GNU Mailing List Manager
After=syslog.target network.target
[Service]
Type=forking
PIDFile=/run/mailman3/master.pid
User=mailman
Group=mailman
ExecStart=/usr/bin/mailman3 start --force
ExecStartPost=/usr/bin/sleep 1
ExecReload=/usr/bin/mailman3 restart
ExecStop=/usr/bin/mailman3 stop
[Install]
WantedBy=multi-user.target
1
https://gitee.com/src-openeuler/mailman.git
git@gitee.com:src-openeuler/mailman.git
src-openeuler
mailman
mailman
master

搜索帮助