[sms_queuing.init] LSB tags
This commit is contained in:
parent
e6a64c1dd6
commit
e1b2941e6b
1 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,12 @@
|
|||
#!/bin/bash
|
||||
### BEGIN INIT INFO
|
||||
# Provides: sms_queuing
|
||||
# Required-Start: $remote_fs $syslog
|
||||
# Required-Stop: $remote_fs $syslog
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Asterisk sms delivery
|
||||
### END INIT INFO
|
||||
|
||||
DAEMON="/usr/bin/python"
|
||||
ARGS="/usr/scripts/sip/sms_queuing"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue