more cleanup

git-svn-id: svn://192.168.202.10@27 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-07-08 00:15:09 +00:00
parent fba5777836
commit 0b3c9062cd
6 changed files with 0 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/usr/bin/perl
#
# Copyright (C) 2006 Matt Florell <vicidial@gmail.com> LICENSE: GPLv2
#
print "\nStarting Asterisk...n";
`/usr/bin/screen -L -d -m -S asterisk /usr/sbin/asterisk -vvvvvvvvvvvvvvvvvvvvvgc`;
print "Asterisk started\n";
sleep(10);