浏览代码

Update 0.1.6.md

Stefan Pejcic 1 年之前
父节点
当前提交
75015c30ca
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      documentation/docs/changelog/0.1.6.md

+ 4 - 0
documentation/docs/changelog/0.1.6.md

@@ -36,6 +36,7 @@ Not yet released.
 - MySQL service is now listening on both `localhost` and `127.0.0.1`
 - MySQL service is now listening on both `localhost` and `127.0.0.1`
 - New default OpenAdmin theme
 - New default OpenAdmin theme
 - Added checks to remove apt cache and temporary files after install process
 - Added checks to remove apt cache and temporary files after install process
+- Custom cron file `/etc/cron.d/openpanel`
 
 
 
 
 -----
 -----
@@ -159,4 +160,7 @@ To update navigate to *OpenAdmin > General Settings* section and if new update i
 
 
 -----
 -----
 
 
+##### /etc/cron.d/openpanel
+
+OpenPanel now utilizes a custom cron file located at `/etc/cron.d/openpanel` instead of relying on the root user's crontab. This allows the root user to add custom cronjobs without the risk of them being overwritten during OpenPanel updates.