You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
325 B

  1. # This timer is responsible for running the correspondant service unit
  2. # By Julien Escario @ Altinea
  3. # Licensed under GPL V2
  4. #
  5. [Unit]
  6. Description=Synchronise Altinea's LDAP auth backend within PVE
  7. Requires=altinea-ldap-sync.service
  8. [Timer]
  9. Unit=altinea-ldap-sync.service
  10. OnCalendar=Daily
  11. [Install]
  12. WantedBy=timers.target