• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

adding cronjaob via php and crontab

jospBln

New Pleskian
hello,

I would like to add a cronjob in php with
PHP:
passthru(crontab $file)
But when I do as root a
crontab -l
it says
DO NOT EDIT THIS FILE - edit the master and reinstall.

So, if I use crontab to add a cronjob, will it be in the right place?

josp
 
I guess it has something todo with the user you're running it from. If you're running a script the script is executed with permissions from the service.

Example:
If you write a file to the server it will have apache rights by default.

I never did the thing you're trying to do but i guess it could be set under user apache. Try crontab -l -u apache
 
Why won't you add the cron job via the Plesk interface?

-Nevermind, I read it wrongly-
 
Back
Top