summaryrefslogtreecommitdiff
path: root/core/glibc/nscd.service
blob: 875570dc202a9a78ff061081e2a092ce64285a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# systemd service file for nscd

[Unit]
Description=Name Service Cache Daemon
 
[Service]
Type=simple
ExecStart=/usr/sbin/nscd --foreground
ExecStop=/usr/sbin/nscd --shutdown
ExecReload=/usr/sbin/nscd -i passwd
ExecReload=/usr/sbin/nscd -i group
ExecReload=/usr/sbin/nscd -i hosts
ExecReload=/usr/sbin/nscd -i services
Restart=always
PIDFile=/run/nscd/nscd.pid
 
[Install]
WantedBy=multi-user.target