summarylogtreecommitdiffstats
path: root/lldap-git.service
blob: f41fa37ad7da1224e770135b492072c68534082b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=Light LDAP Daemon
Documentation=https://github.com/nitnelave/lldap

[Service]
Type=simple
User=lldap
Group=lldap
ExecStart=/usr/bin/lldap run -c /etc/lldap.toml
WorkingDirectory=/usr/share/lldap
ReadWritePaths=/var/lib/lldap
ReadOnlyPaths=/etc/lldap.toml
ReadOnlyPaths=/usr/share/lldap
NoNewPrivileges=true
AmbientCapabilities=CAP_NET_BIND_SERVICE
CapabilityBoundingSet=CAP_NET_BIND_SERVICE

[Install]
WantedBy=multi-user.target