summaryrefslogtreecommitdiffstats
path: root/core/modules/nscd/data/etc/systemd/system/nscd.service
blob: 730d9e9d1e7211eec67d0db99394b1d1cc15cfb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Name Service Cache Daemon
DefaultDependencies=no
After=sysinit.target
Before=shutdown.target

[Service]
ExecStart=/usr/sbin/nscd -d
ExecStop=/usr/sbin/nscd --shutdown
Restart=always
StandardOutput=null

[Install]
WantedBy=basic.target
Also=nscd.socket