From 63f93b092e6f32eee4cbf077baabacd064585df2 Mon Sep 17 00:00:00 2001 From: blue Date: Wed, 13 Dec 2023 19:29:45 +0000 Subject: [PATCH] Add smartmonitor.timer --- smartmonitor.timer | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 smartmonitor.timer diff --git a/smartmonitor.timer b/smartmonitor.timer new file mode 100644 index 0000000..0b9ce18 --- /dev/null +++ b/smartmonitor.timer @@ -0,0 +1,11 @@ +[Unit] +Description=S.M.A.R.T script timer +Requires=smartmonitor.service + +[Timer] +OnBootSec=15min +OnUnitActiveSec=24h +Unit=smartmonitor.service + +[Install] +WantedBy=timers.target \ No newline at end of file