From e9dc4c1090abb01317847c417b75d3960f3da34d Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 3 Feb 2023 14:39:07 -0600 Subject: only install platform-appropriate configs based on uname --- systemd/linux/backup.timer | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 systemd/linux/backup.timer (limited to 'systemd/linux/backup.timer') diff --git a/systemd/linux/backup.timer b/systemd/linux/backup.timer new file mode 100644 index 0000000..b7815d6 --- /dev/null +++ b/systemd/linux/backup.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Run backup every four hours + +[Timer] +OnCalendar=*-*-* 0/4:15 +Persistent=true + +[Install] +WantedBy=timers.target -- cgit v1.2.3