File: purgeLocalCache.cron.d

package info (click to toggle)
lemonldap-ng 2.21.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 28,024 kB
  • sloc: perl: 77,414; javascript: 25,284; xml: 6,473; makefile: 1,303; sh: 453; sql: 159; python: 53; php: 26
file content (4 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (2)
1
2
3
4
#
# Regular cron jobs for LemonLDAP::NG Handler
#
1 *	* * *	__APACHEUSER__	[ -x __BINDIR__/purgeLocalCache ] && if [ ! -d /run/systemd/system ]; then __BINDIR__/purgeLocalCache; fi