blob: 22ff22b895207866ac19c2ab7cba0dd294317d0c (
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-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
|