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 service updates LDAP users and groups within PVE database
  2. # By Julien Escario @ Altinea
  3. # Licensed under GPL V2
  4. #
  5. [Unit]
  6. Description=Synchronise Altinea's LDAP auth backend within PVE
  7. Wants=altinea-ldap-sync.timer
  8. [Service]
  9. Type=oneshot
  10. ExecStart=pveum realm sync LDAP-Altinea
  11. [Install]
  12. WantedBy=multi-user.target