diff options
author | B. Stack <bgstack15@gmail.com> | 2021-07-15 17:41:00 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-07-15 17:41:00 +0000 |
commit | a1400796a38c8b460e554ccebc4877faa9fd2248 (patch) | |
tree | c9af98a11a638f5514f96814190ff3b84803b120 /src/etc/cron.d/70_laps_cron | |
parent | Merge branch 'cyberboxster-master-patch-30594' into 'master' (diff) | |
parent | Bring in unreleased changes from 2020 (diff) | |
download | laps-master.tar.gz laps-master.tar.bz2 laps-master.zip |
version bump and rename .cron file
Closes #12, #11, and #10
See merge request bgstack15/laps!8
Diffstat (limited to 'src/etc/cron.d/70_laps_cron')
-rw-r--r-- | src/etc/cron.d/70_laps_cron | 4 |
1 files changed, 4 insertions, 0 deletions
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 |