Create the ’service’ command on other linuxes

#!/bin/sh

set -e

/etc/init.d/$1 $2 $3

I found this tip at linux-noob. Thanks!

Leave a Reply