Service start / stop / restart – no output

debian-jessieservice

I installed debian jessie. When I use a service-command like "service nginx restart" there is no output.
Previously I was using debian wheezy and there was feedback like (I don't remember exactly):
[ ok ] nginx stopped
[ ok ] nginx started

How can I re-enable this output?

Best Answer

The only solution I found was to call the service directly: /etc/init.d/nginx restart

Related Topic