not necessary anymore
This commit is contained in:
parent
bcbffd0a6b
commit
5a2f88c942
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# dirty hack for unhappy services
|
# dirty hack for unhappy services
|
||||||
for jail in `seq 0 6`; do screen -p $jail -X stuff "/usr/local/bin/nrpe2 restart^M"; done
|
#for jail in `seq 0 6`; do screen -p $jail -X stuff "/usr/local/bin/nrpe2 restart^M"; done
|
||||||
screen -p ftp -X stuff "service vsftpd_ipv6 start^M"
|
#screen -p ftp -X stuff "service vsftpd_ipv6 start^M"
|
||||||
screen -p mail -X stuff "service qmailsmtpd start^M"
|
#screen -p mail -X stuff "service qmailsmtpd start^M"
|
||||||
|
|
||||||
# attach to freshly-created screen
|
# attach to freshly-created screen
|
||||||
screen -r $session -p 0
|
screen -r $session -p 0
|
||||||
|
|
Loading…
Reference in a new issue