aboutsummaryrefslogtreecommitdiff
path: root/etc/systemd/brep-load.timer
blob: 713cb312f3e45ae68694d192f604d414c8048957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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