소스 검색

activated cron

Bachir Soussi Chiadmi 6 년 전
부모
커밋
c0e3cf3d81
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      bin/misc.sh

+ 2 - 0
bin/misc.sh

@@ -27,4 +27,6 @@ TIMEZONE="Europe/Paris"
 cp /usr/share/zoneinfo/${TIMEZONE} /etc/localtime
 echo "${TIMEZONE}" > /etc/timezone
 
+rc-service crond start && rc-update add crond
+
 echo -e "Misc done"