File: cron.d

package info (click to toggle)
lockout 0.2.3-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 148 kB
  • sloc: perl: 492; makefile: 14; sh: 2
file content (5 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (4)
1
2
3
4
5
# lockout needs to check every minute whether it's time to unlock
*/1 * * * *	root	/usr/bin/lockout unlock >/dev/null 2>&1

# rebooting *MUST* restore the root password
@reboot	        root	/usr/bin/lockout unlock force >/dev/null 2>&1