Skip to content

Instantly share code, notes, and snippets.

@ajmcagadas
Created December 30, 2014 23:40
Show Gist options
  • Select an option

  • Save ajmcagadas/61a94209578b6889442b to your computer and use it in GitHub Desktop.

Select an option

Save ajmcagadas/61a94209578b6889442b to your computer and use it in GitHub Desktop.
Gnooki SMSD Cronjob
# Exec cmd every 5 minutes
*/5 * * * * /home/pi/bin/smsgateway >/dev/null 2>&1
#where smsgateway
#!/bin/bash
#Script used to run gnokii smsd
/usr/sbin/smsd -u root -p mySQLPassword -d smsgw -c localhost -m mysql -b IN -f /var/log/smsdaemon.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment