| Commit message (Expand) | Author | Age | Files | Lines |
* | services: pcscd: Fix daemon signal handling.•••"pcscd" wouldn't handle SIGTERM as it inherit ignoring this signal (and
others) from its parent shepherd; fork+exec-command restore signal
handling. Fixes <https://issues.guix.gnu.org/45202>.
* gnu/services/security-token.scm (pcscd)[start]: Use
fork+exec-command to start "pcscd".
| Brice Waegeneire | 2021-07-03 | 1 | -2/+4 |
* | services: pcscd: Cleanup socket when started.•••Otherwise when pcscd doesn't terminate properly (ie. receive a SIGKILL),
it won't start again because of it's socket already existing.
* gnu/services/security-token.scm (pcscd-shepherd-service)[start]:
Remove existing socket file.
| Brice Waegeneire | 2021-06-19 | 1 | -0/+4 |
* | gnu: htop: Update to 3.0.3.•••* gnu/packages/admin.scm (htop): Update to 3.0.3.
| Tobias Geerinckx-Rice | 2020-12-13 | 1 | -0/+1 |
* | services: pcscd-shepherd-service: Fix PID file location.•••Fixes <http://issues.guix.gnu.org/45202>.
* gnu/services/security-token.scm (pcscd-shepherd-service): Look for
pcscd.pid in /run instead of /var/run.
Reported by Raffael Stocker <r.stocker@mnet-mail.de>.
| Tobias Geerinckx-Rice | 2020-12-12 | 1 | -1/+1 |
* | gnu: services: Fix pcscd activation bug.•••Fixes: <https://bugs.gnu.org/32478>.
* gnu/services/security-token.scm (pcscd-activation): Idempotently create the
/var/lib/pcsc symlink so that it does not fail when it already exists.
| Chris Marusich | 2018-08-20 | 1 | -8/+17 |
* | gnu: services: Add pcscd service.•••* gnu/services/security-token.scm: New file.
* gnu/tests/security-token.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register new files.
* doc/guix.texi (Miscellaneous Services): Document the service.
| Arun Isaac | 2018-08-16 | 1 | -0/+84 |