Announcement

Collapse
No announcement yet.

Crontab

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Crontab

    where can I find the crontab file (name and location) and how can I edit it (add a line)?

    Thanks

  • #2
    Hello.
    https://www.espocrm.com/documentatio...etup-a-crontab.

    Comment


    • #3
      where do I find what I need to replace "WEBSERVER_USER" for?

      Comment


      • #4
        If using Ubuntu or similar:

        sudo crontab -e -u "web username created during install"

        sudo crontab -e -u www-data

        Comment

        Working...
        X