13 lines
172 B
Text
13 lines
172 B
Text
|
#
|
||
|
# {{ ansible_managed }}
|
||
|
#
|
||
|
[Unit]
|
||
|
Description=Timer which schedules firmware-sync.service
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=30min
|
||
|
OnUnitActiveSec=10min
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|