mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 08:36:55 +02:00
Update to 2022-03-17 09:00
This commit is contained in:
10
roles/ldap2pg/templates/ldap2pg.service.j2
Normal file
10
roles/ldap2pg/templates/ldap2pg.service.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
[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
|
Reference in New Issue
Block a user