소스 검색

desactivation du MTA pour cron

master
heuzef 5 년 전
부모
커밋
541f8b9758
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      install.sh
  2. +1
    -0
      scripts/check_services.sh

+ 1
- 0
install.sh 파일 보기

@@ -67,6 +67,7 @@ echo "" >> /etc/rc.local
echo "exit 0" >> /etc/rc.local

# Mise en place de la routine de verification de l'etat des services
echo 'MAILTO=""' | crontab -u allo-gg -
echo '*/20 * * * * allo-gg /var/www/html/scripts/check_services.sh > /dev/null' | crontab -u allo-gg -

echo


+ 1
- 0
scripts/check_services.sh 파일 보기

@@ -1,6 +1,7 @@
#!/bin/bash
# Allo-GG
# Routine de verification de l'etat des services
gpio -g write 18 1

# LOG2RAM
if mount | grep -q 'log2ram on /var/log type tmpfs'


불러오는 중...
취소
저장