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
#!/bin/sh | |
/usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf |
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
[unix_http_server] | |
file=/dev/shm/supervisor.sock ; (the path to the socket file) | |
[supervisord] | |
logfile=/var/log/supervisord.log ; (main log file;default $CWD/supervisord.log) | |
logfile_maxbytes=50MB ; (max main logfile bytes b4 rotation;default 50MB) | |
logfile_backups=10 ; (num of main logfile rotation backups;default 10) | |
loglevel=info ; (log level;default info; others: debug,warn,trace) | |
pidfile=/tmp/supervisord.pid ; (supervisord pidfile;default supervisord.pid) | |
nodaemon=false ; (start in foreground if true;default false) |
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
cd /home/ts3srv/ | |
wget http://teamspeak.gameserver.gamed.de/ts3/releases/3.0.6.1/teamspeak3-server_linux-amd64-3.0.6.1.tar.gz | |
tar xvfz teamspeak3-server_linux-amd64-3.0.6.1.tar.gz | |
cd /home/ts3srv/teamspeak3-server_linux-amd64 | |
./ts3server_startscript.sh start |
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
#!/bin/sh | |
## bye Alex !! | |
yum update -y # for all puprposes:D | |
#install screen to do process in background | |
yum install -y screen | |
#First Install Iftop To manage and monitor BW + NEtwork Connections | |
### +++++[ |
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
2014-08-04 08:48:30 cwd= (failed) 3 args: /usr/sbin/exim -bd -q1h | |
2014-08-04 08:48:30 exim 4.82 daemon started: pid=434056, -q1h, listening for SMTP on port 25 ($ | |
2014-08-04 08:48:30 cwd=/var/spool/exim 2 args: /usr/sbin/exim -q | |
2014-08-04 08:48:30 Start queue run: pid=434057 | |
2014-08-04 08:48:30 End queue run: pid=434057 | |
2014-08-04 08:48:30 cwd=/ 2 args: /usr/sbin/sendmail -t | |
2014-08-04 08:48:30 1XEHgk-001ov2-I5 Failed to create spool file /var/spool/exim/input/k/1XEHgk$ | |
2014-08-04 08:48:30 cwd=/ 2 args: /usr/sbin/sendmail -t | |
2014-08-04 08:48:30 1XEHgk-001ov6-IJ Failed to create spool file /var/spool/exim/input/k/1XEHgk$ |