Masukkan Script dibawah ke dalam "/etc/event.d"
# smsd
#
# This service maintains the SMS Daemon from the point the system is
# started until it is shut down again.
description "SMSD daemon"
start on runlevel [2345]
stop on runlevel [016]
respawn
script
export LANG=en_US
exec /usr/bin/gammu-smsd -c /etc/smsdrc
end script
EmoticonEmoticon