aboutsummaryrefslogtreecommitdiff
path: root/etc/systemd/brep-monitor.timer
blob: f5f5a64f518dd845fdba87c39476fb3761c17357 (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 infrastructure monitor timer
RefuseManualStart=no
RefuseManualStop=no

[Timer]
Unit=brep-monitor.service

# Don't keep track of the timer across reboots.
#
Persistent=false

# Wait 40 seconds until the first run.
#
OnBootSec=40

# Then wait 1 hour until the next run.
#
OnUnitInactiveSec=1h


[Install]
WantedBy=timers.target