## init.d 설정 * ln -s /daum/program/jenkins/jenkins.sh /etc/init.d/ * /sbin/chkconfig jenkins.sh on logrotate 설정 /daum/program/jenkins/logs/jenkins.log { weekly copytruncate missingok rotate 12 # compress # delaycompress notifempty } jenkins 시작 종료 스크립트 #!/bin/sh # # Startup script for the Jenkins Continuous Integration server # # chkconfig: - 85 15 # des..