Letöltöttem a debian (1.8.13.1) és az ubuntu (1.8.10.1) asterisk csomagját és a /etc/init.d/asterisk fájlok egy kicsit eltérnek.
103,107d102
< #Make the device belong to the right user
< if [ -e /dev/dahdi ];then
< chown $USER:$GROUP /dev/dahdi/*
< fi
<
122c117
< status_of_proc "$DAEMON" "$DESC" && return 0 || return $?
---
> status_of_proc -p "$PIDFILE" "$NAME" "$DESC" && return 0 || return $?
A status_of_proc sornak a módosítása vajon megoldaná a dupla indulást?