Browse Source

activated cron

Bachir Soussi Chiadmi 5 năm trước cách đây
mục cha
commit
1ff1992bb3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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"