12 lines
189 B
SYSTEMD
12 lines
189 B
SYSTEMD
|
[Unit]
|
||
|
Description=Name Service Cache Daemon
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/nscd -d
|
||
|
ExecStop=/usr/sbin/nscd --shutdown
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Also=nscd.socket
|