We already knew that from Ubuntu 15 and above are using systemd, however the famous and unbeatable SysV still supported.
But there is a small issue which annoying (me and whom may concern). I love the way SysV display output while I executed sudo service [name] restart|start|....
Is there any posiblities to bring it back? Like the old time we had with 14.04?
UPDATED
For example,
In 14.04, when I execute this command:
sudo service ssh restart
I will get an "output" message like this:
ssh stop/waiting
ssh start/running, process 83054
Regards.