blob: d48596b327980a65adf1b232dc5eee51a5a0a940 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[Unit]
Description=Glauth LDAP Server
[Service]
Type=simple
ExecStart=/usr/bin/glauth -c /etc/glauth/glauth.cfg
User=glauth
Group=glauth
StandardOutput=journal
StandardError=journal
ProtectSystem=true
NoNewPrivileges=true
ProtectHome=tmpfs
PrivateTmp=true
PrivateDevices=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
|