aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/cups.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/tests/cups.scm')
0 files changed, 0 insertions, 0 deletions
id=e789ce538ed848bacb8f4eb5742f78b965ccf57c'>services: pcscd: Fix daemon signal handling.Brice Waegeneire "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". 2021-06-19services: pcscd: Cleanup socket when started.Brice Waegeneire 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. 2020-12-13gnu: htop: Update to 3.0.3.Tobias Geerinckx-Rice * gnu/packages/admin.scm (htop): Update to 3.0.3. 2020-12-12services: pcscd-shepherd-service: Fix PID file location.Tobias Geerinckx-Rice 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>.