查看开机启动服务列表

systemctl list-unit-files
systemctl list-unit-files |grep php

加入启动

systemctl enable postfix

启动

systemctl start postfix

停止

systemctl stop postfix

禁用

systemctl disable postfix

状态

systemctl status postfix