conf-10-check-nrpe/conf/common/etc/systemd/system/git-auto-pull.timer

17 lines
397 B
SYSTEMD
Raw Normal View History

2020-10-23 19:29:47 +02:00
################################################################################
# Dépôt Git :
# https://framagit.org/zorval/scripts/check-nrpe
################################################################################
[Unit]
Description=Auto pull git repositories
[Timer]
OnBootSec=1m
OnCalendar=*-*-* 07,19:00:00
RandomizedDelaySec=1h
Persistent=true
[Install]
WantedBy=timers.target