debian: make cron quiet (#67897)

This commit is contained in:
Frédéric Péters 2022-08-03 09:59:55 +02:00
parent 9e165aebfc
commit f0c32435c6
2 changed files with 2 additions and 2 deletions

2
debian/welco.cron.d vendored
View File

@ -1,4 +1,4 @@
SHELL=/bin/sh
PATH=/usr/sbin:/usr/sbin:/usr/bin:/sbin:/bin
*/10 6-22 * * * welco /usr/bin/welco-manage tenant_command feed_mail_maarch --all-tenants
*/10 6-22 * * * welco /usr/bin/welco-manage tenant_command feed_mail_maarch --all-tenants -v0

View File

@ -1,3 +1,3 @@
#!/bin/sh
/sbin/runuser -u welco /usr/bin/welco-manage -- tenant_command clearsessions --all-tenants
/sbin/runuser -u welco /usr/bin/welco-manage -- tenant_command clearsessions --all-tenants -v0