1234567 |
- # For more information see the manual pages of crontab(5) and cron(8)
- # m h dom mon dow user command
- PATH=/usr/local/bin:/usr/bin:/bin:/path/to/fcn-toolbox
- # Synchronize sympa with Dolibarr, by exporting subscribers (daily)
- 2 3 * * * root fcn-dolibarr get-subscribers --product "PRODUCTCODE" | sudo -u sympa fcn-sympa --import="subscribers@example.net"
|