13 lines
165 B
Text
13 lines
165 B
Text
|
#
|
||
|
# {{ ansible_managed }}
|
||
|
#
|
||
|
[Unit]
|
||
|
Description=Timer which schedules icvpn-update.service
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=1h
|
||
|
OnUnitActiveSec=2d
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|