smskannel SMS gateway run in background
By: Ram Printer Friendly Format
To make the smskannel run in the background you need to run the following two commands.
Smskannel consists of two applications. Bearerbox and the SMSBox. Run both of them using nohup.
nohup /usr/local/sbin/bearerbox -v 1 /usr/src/kannel/gateway-1.4.3/gw/smskannel.conf &
nohup /usr/local/sbin/smsbox -v 1 /usr/src/kannel/gateway-1.4.3/gw/smskannel.conf &
tail -f /root/nohup.out
If you want to see if there is already a running process then check and then kill it, before you run the above commands.
ps aux|grep kannel
#This will return all running processes for kannel
#Now kill one by one using the process id
kill xxxxxx
Comment on this tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
smskannel SMS gateway run in background
Running jar files in background in ssh window
Can't locate ExtUtils/MakeMaker.pm in @INC ...
Could not open '': No such file or directory at lib/ExtUtils/MM_Unix.pm line 2697
make: Nothing to be done for `all'.
How to burn your CD / DVD ISO image using Nero Burning ROM (Ahead Software) on Windows
How to burn your CD / DVD ISO image using Media Creator (Adaptec/Roxio) on Windows
How to burn your CD / DVD ISO image using Nero Express (Ahead Software) on Windows
How to burn your CD / DVD ISO image using NISO Recorder V2 Power Toy on Windows
Compiling and Installing software from source in Linux