From 1dc38cf49b6c7a8b661a9cc675ded94c8ab33c36 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Jan 2016 07:35:12 +0200 Subject: Implement brep-migrate utility --- etc/systemd/brep-load.timer | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 etc/systemd/brep-load.timer (limited to 'etc/systemd/brep-load.timer') diff --git a/etc/systemd/brep-load.timer b/etc/systemd/brep-load.timer new file mode 100644 index 0000000..713cb31 --- /dev/null +++ b/etc/systemd/brep-load.timer @@ -0,0 +1,23 @@ +[Unit] +Description=brep repository loader timer +RefuseManualStart=no +RefuseManualStop=no + +[Timer] +Unit=brep-load.service + +# Don't keep track of the timer across reboots. +# +Persistent=false + +# Wait 20 seconds until the first run. +# +OnBootSec=20 + +# Then wait 5 minutes until the next run. +# +OnUnitInactiveSec=5m + + +[Install] +WantedBy=timers.target -- cgit v1.1