In ubuntu we do simple:
service MyService restart
service MyService stop
...
So, the service command is good and simple. I need this simplicity: how to install service command on Debian?
PS: this is an analog question, but here I need a command, not an explanation.