From c24fc7ad8e1c04c6d5a2a94619df05f707d39323 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 23 Oct 2018 14:19:12 -0400 Subject: initial commit and release of v0.0.1 --- src/etc/cron.d/70_laps.cron | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/etc/cron.d/70_laps.cron (limited to 'src/etc/cron.d/70_laps.cron') diff --git a/src/etc/cron.d/70_laps.cron b/src/etc/cron.d/70_laps.cron new file mode 100644 index 0000000..6be219b --- /dev/null +++ b/src/etc/cron.d/70_laps.cron @@ -0,0 +1,4 @@ +# file: /etc/cron.d/70_laps.cron +# Local Administrator Password Solution + +30 1 * * * root /usr/share/laps/laps.sh 1>/dev/null 2>&1 -- cgit