diff options
author | B Stack <bgstack15@gmail.com> | 2018-10-23 14:19:12 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2018-10-23 14:19:12 -0400 |
commit | c24fc7ad8e1c04c6d5a2a94619df05f707d39323 (patch) | |
tree | e30c2d743e58d2ff3514792a385fe479492de65b /src/etc/cron.d/70_laps.cron | |
download | laps-c24fc7ad8e1c04c6d5a2a94619df05f707d39323.tar.gz laps-c24fc7ad8e1c04c6d5a2a94619df05f707d39323.tar.bz2 laps-c24fc7ad8e1c04c6d5a2a94619df05f707d39323.zip |
initial commit and release of v0.0.1
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 |