Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nscd: also invalidate netgroup cache on reload | Andreas Schwab | 2014-03-19 | 1 | -0/+1 |
| | |||||
* | Mark nscd service as forking in systemd service file (BZ #16639) | Siddhesh Poyarekar | 2014-03-10 | 1 | -2/+2 |
| | | | | | | | | Currently the nscd service is installed in systemd as a simple service, which means that it is able to handle its own errors and does not quit. Since nscd does not fit that description, i.e. it can exit on errors like, say, failing to parse nscd.conf, it should be declared as forking instead. | ||||
* | Add systemd unit file for nscd | Allan McRae | 2013-12-16 | 1 | -0/+18 |
Provide an example systemd unit and tmpfile for running nscd. |