Create the ’service’ command on other linuxes 2007 02 28. 0 Comments Posted in: Ubuntu Linux #!/bin/sh set -e /etc/init.d/$1 $2 $3 I found this tip at linux-noob. Thanks!