ソースを参照

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`
 - New default OpenAdmin theme
 - 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.