All, What is the systemd way to get postfix to automatically start on boot up? -- details -- I have a cloud based server I use to pass email traffic through. I just used "zypper dup" to upgrade it to 13.1 from 12.3. Then I rebooted. After reboot pastfix wasn't running: === # rcpostfix status Checking for service Postfix: unused postfix.service - Postfix Mail Transport Agent Loaded: loaded (/usr/lib/systemd/system/postfix.service; enabled) Active: inactive (dead) === So I manually started it: === cloud1:/var/log # rcpostfix start redirecting to systemctl start postfix.service cloud1:/var/log # rcpostfix status Checking for service Postfix: running postfix.service - Postfix Mail Transport Agent Loaded: loaded (/usr/lib/systemd/system/postfix.service; enabled) Active: active (running) since Mon 2014-07-14 19:39:07 EDT; 6s ago Process: 3475 ExecStartPost=/etc/postfix/system/cond_slp register (code=exited, status=0/SUCCESS) Process: 3473 ExecStartPost=/etc/postfix/system/wait_qmgr 60 (code=exited, status=0/SUCCESS) Process: 3402 ExecStart=/usr/sbin/postfix start (code=exited, status=0/SUCCESS) Process: 3400 ExecStartPre=/etc/postfix/system/update_postmaps (code=exited, status=0/SUCCESS) Process: 3398 ExecStartPre=/etc/postfix/system/update_chroot (code=exited, status=0/SUCCESS) Process: 3395 ExecStartPre=/etc/postfix/system/config_postfix (code=exited, status=0/SUCCESS) Process: 3393 ExecStartPre=/bin/echo Starting mail service (Postfix) (code=exited, status=0/SUCCESS) Main PID: 3472 (master) CGroup: /system.slice/postfix.service ââ3472 /usr/lib/postfix/master ââ3484 pickup -l -t fifo -u ââ3485 qmgr -l -t fifo -u ââ3486 trivial-rewrite -n rewrite -t unix -u ââ3487 smtp -t unix -u ââ3488 smtp -t unix -u ââ3489 smtp -t unix -u ââ3490 smtp -t unix -u ââ3491 bounce -z -n defer -t unix -u ââ3492 bounce -z -n defer -t unix -u === -- Greg Freemyer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org