bug-mailfromd
Re: [Bug-mailfromd] mailfromd restart -> reload
Marc <Marc@xxxxxxxxxxxxxxxxx> ha escrit:
> Type=simple
I don't recommend using foreground mode in production. Instead,
use this (modulo pathnames):
[Unit]
Description=Mailfromd mail filter
Documentation=https://www.gnu.org.ua/software/mailfromd
After=network-online.target
[Service]
Type=forking
ExecStart=/usr/sbin/mailfromd
PIDFile=/var/lib/mailfromd/mailfromd.pid
Restart=on-failure
[Install]
WantedBy=multi-user.target
This service file will be included in distribution starting from 8.15
Regards,
Sergey