11 lines
189 B
Desktop File
11 lines
189 B
Desktop File
[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
|