Disable x87 inline functions for SSE2 math
[glibc.git] / nscd / nscd.service
blob99c756399056ce8cbdfa17caafcc606a6c844cc8
1 # systemd service file for nscd
3 [Unit]
4 Description=Name Service Cache Daemon
6 [Service]
7 Type=simple
8 ExecStart=/usr/sbin/nscd --foreground
9 ExecStop=/usr/sbin/nscd --shutdown
10 ExecReload=/usr/sbin/nscd -i passwd
11 ExecReload=/usr/sbin/nscd -i group
12 ExecReload=/usr/sbin/nscd -i hosts
13 ExecReload=/usr/sbin/nscd -i services
14 Restart=always
15 PIDFile=/run/nscd/nscd.pid
17 [Install]
18 WantedBy=multi-user.target