It used to be the case that
service service-name reload|restart|start|stop
- would display a nice :
service-name start/running, process 17642
Now, while the new status
output is really cool - I would really like to keep the old way - where it gives some kind of [OK]
on stop|start|restart|reload
- Is there any way to do this?
initctl start
, which is whatservice
devolves to on upstart systems with upstart jobs. The "new" output is the behaviour ofsystemctl start
which is whatservice
is devolving to. – JdeBP May 03 '15 at 20:21