mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 23:23:22 +02:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
![]() |
[Unit]
|
||
|
Description=Sync postgres role from LDAP
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
PrivateTmp=yes
|
||
|
User={{ ldap2pg_user }}
|
||
|
Group={{ ldap2pg_user }}
|
||
|
ExecStart=/bin/ldap2pg -c {{ ldap2pg_user_info.home }}/ldap2pg.yml --real
|
||
|
TimeoutSec=30m
|