From 89f9df0ab9615e248041b80f3a5525251aa270f1 Mon Sep 17 00:00:00 2001 From: St33v Date: Sun, 1 Mar 2020 17:58:50 +1100 Subject: Fix filename err --- .../collectCovidPlaneData.timer | 12 ------------ collectCovidPlaneData.timer | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 [Unit] Description=Borg Backup Timer Requires=borgBackup.service [Timer] WakeSystem=false OnBootSec=3min OnCalendar=0/collectCovidPlaneData.timer create mode 100644 collectCovidPlaneData.timer diff --git a/[Unit] Description=Borg Backup Timer Requires=borgBackup.service [Timer] WakeSystem=false OnBootSec=3min OnCalendar=0/collectCovidPlaneData.timer b/[Unit] Description=Borg Backup Timer Requires=borgBackup.service [Timer] WakeSystem=false OnBootSec=3min OnCalendar=0/collectCovidPlaneData.timer deleted file mode 100644 index c4caec0..0000000 --- a/[Unit] Description=Borg Backup Timer Requires=borgBackup.service [Timer] WakeSystem=false OnBootSec=3min OnCalendar=0/collectCovidPlaneData.timer +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Timer to collect aeroplane flight info -Requires=collectCovidPlaneData.service - -[Timer] -WakeSystem=false -OnBootSec=3min -OnCalendar=0/1:00:00 -RandomizedDelaySec=3min - -[Install] -WantedBy=timers.target \ No newline at end of file diff --git a/collectCovidPlaneData.timer b/collectCovidPlaneData.timer new file mode 100644 index 0000000..9d2ed6f --- /dev/null +++ b/collectCovidPlaneData.timer @@ -0,0 +1,12 @@ +[Unit] +Description=Timer to collect aeroplane flight info +Requires=collectCovidPlaneData.service + +[Timer] +WakeSystem=false +OnBootSec=3min +OnCalendar=0/1:00:00 +RandomizedDelaySec=3min + +[Install] +WantedBy=timers.target -- cgit v1.3