Linux Administration Cookbook
上QQ阅读APP看书,第一时间看更新

Starting our service

As with stopping our service, starting it again is trivial:

$ sudo systemctl start postfix 
$

Note again the confusing silence.

Silence upon command completion isn't unique to systemd, and it's actually something of a philosophy in the Unix and Unix-like world. If a command has done what it's supposed to, the user doesn't need to be told.