File: nsscache.cron

package info (click to toggle)
nsscache 0.37-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 892 kB
  • sloc: python: 8,534; sh: 114; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
# /etc/cron.d/nsscache: crontab entries for the nsscache package

SHELL=/bin/sh
PATH=/usr/bin
MAILTO=root

# update the cache 15 minutely
%MINUTE15%/15 * * * * root /usr/bin/nsscache update

# perform a full update once a day, at a time chosen during package
# configuration (between 2AM and 5AM)
%MINUTE% %HOUR% * * * root /usr/bin/nsscache update --full