blob: f4c587e9099d08a18ff09da69559d0398eb2884c (
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 build database cleaner timer
RefuseManualStart=no
RefuseManualStop=no
[Timer]
Unit=brep-clean.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
|