Crontab

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • August
    Junior Member
    • Feb 2018
    • 9

    Crontab

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

    Thanks
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

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

    Comment

    • August
      Junior Member
      • Feb 2018
      • 9

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

      Comment

      • khopper
        Senior Member
        • Sep 2017
        • 329

        #4
        If using Ubuntu or similar:

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

        sudo crontab -e -u www-data

        Comment

        Working...