generated from sebclem/ansible-role-template
Fix working dir
This commit is contained in:
parent
f736a09bc7
commit
568bba9796
@ -15,8 +15,8 @@ UMask=027
|
|||||||
ExecStart={{ lldap_install_dir }}/lldap run --config-file {{ lldap_config_dir }}/lldap-config.toml
|
ExecStart={{ lldap_install_dir }}/lldap run --config-file {{ lldap_config_dir }}/lldap-config.toml
|
||||||
|
|
||||||
# Only allow writes to the following directory and set it to the working directory (user and password data are stored here).
|
# Only allow writes to the following directory and set it to the working directory (user and password data are stored here).
|
||||||
WorkingDirectory={{ lldap_data_dir }}
|
WorkingDirectory={{ lldap_install_dir }}
|
||||||
ReadWriteDirectories={{ lldap_data_dir }}
|
ReadWriteDirectories={{ lldap_install_dir }}
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user