-
-
Save ajmcagadas/61a94209578b6889442b to your computer and use it in GitHub Desktop.
Gnooki SMSD Cronjob
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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