This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecReload=/usr/bin/nscd --invalidate passwd /usr/bin/nscd --invalidate group /usr/bin/nscd --invalidate hosts
-
ExecReload=/usr/sbin/nscd -i passwd /usr/sbin/nscd -i group /usr/sbin/nscd -i hosts /usr/sbin/nscd -i services /usr/sbin/nscd -i netgroup
-
ExecStart=!@/usr/bin/nscd nscd
-
ExecStart=/usr/sbin/nscd
-
ExecStop=/usr/sbin/nscd --shutdown
-
Group=nscd
-
NoNewPrivileges
Introduced in systemd 239=yes -
PIDFile=/run/nscd/nscd.pid
-
PrivateTmp=yes
-
ProtectHome
Introduced in systemd 214=read-only -
ProtectSystem
Introduced in systemd 214=strict -
RemoveIPC
Introduced in systemd 232=yes -
Restart=always
-
RestrictSUIDSGID
Introduced in systemd 242=yes -
RuntimeDirectory=nscd
-
Type=forking
-
User=nscd
-
-
[Unit]
-
After=sysinit.target
-
Before=nss-lookup.target nss-user-lookup.target
-
Description=Name Service Cache Daemon
-
Wants=nss-lookup.target nss-user-lookup.target
-
Additionnal notes
Nothing here.