aboutsummaryrefslogtreecommitdiff
path: root/etc/systemd/brep-loader.timer
diff options
context:
space:
mode:
Diffstat (limited to 'etc/systemd/brep-loader.timer')
-rw-r--r--etc/systemd/brep-loader.timer23
1 files changed, 0 insertions, 23 deletions
diff --git a/etc/systemd/brep-loader.timer b/etc/systemd/brep-loader.timer
deleted file mode 100644
index 22ff22b..0000000
--- a/etc/systemd/brep-loader.timer
+++ /dev/null
@@ -1,23 +0,0 @@
-[Unit]
-Description=brep repository loader timer
-RefuseManualStart=no
-RefuseManualStop=no
-
-[Timer]
-Unit=brep-loader.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