Skip to content

Commit

Permalink
fix(doc): minor formatting of the cron readme section
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl authored Jan 18, 2025
1 parent 8bb116c commit 68577fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ We use local database to store configuration, you can find it `/home/webserver1/
#

You can use a cron inside the sftpgo container. You must be compatible with a cron format. You can do it by using this command line:
`runagent -m mail1`
`podman exec -ti sftpgo crontab -e`
```
runagent -m mail1
podman exec -ti sftpgo crontab -e
```

```
* * * * * command_to_execute
Expand Down

0 comments on commit 68577fa

Please sign in to comment.