1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-08 13:12:16 -05:00
bitwarden/src/Jobs/crontab
2017-08-17 20:13:10 -04:00

4 lines
256 B
Plaintext

0 * * * * root dotnet /jobs/Jobs.dll -d /jobs -j alive >> /var/log/cron.log 2>&1
0 */6 * * * root dotnet /jobs/Jobs.dll -d /jobs -j validate-organizations >> /var/log/cron.log 2>&1
# An empty line is required at the end of this file for a valid cron file.