File: tuptime.cron.d

package info (click to toggle)
tuptime 5.2.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 380 kB
  • sloc: python: 1,976; sh: 549; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# /etc/cron.d/tuptime: crontab entry for tuptime update. 

# NOTE: Decrease the execution time for increase accuracity.

# Skip in favour of systemd timer

*/5 * * * *   _tuptime    if [ ! -d /run/systemd/system ] && [ -x /usr/bin/tuptime ]; then /usr/bin/tuptime -q > /dev/null; fi