1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00
Files
guix/gnu/services
Maxim Cournoyer b39c4e18f2 services: spice-vdagent: Clear the socket file prior to starting.
This fixes the following issue where spice-vdagent would fail to start if the
spice-vdagent-sock socket file already existed:

  spice-vdagentd: Fatal could not create the server socket
  /run/spice-vdagentd/spice-vdagent-sock: Error binding to address: Address
  already in use

The requirement is also modified to depend on dbus-system, a cue taken from
upstream's own systemd service file (see 'data/spice-vdagentd.service' in the
sources).

* gnu/services/spice.scm (spice-vdagent-activation): Delete procedure.
(spice-vdagent-shepherd-service): Fix indentation.
[requirement]: Replace udev by dbus-system.
[start]: Ensure the spice-vdagentd run-time directory exists and that the
spice-vdagent-sock socket file does *not* exist before forking the daemon.
2021-05-06 16:51:49 -04:00
..
2019-05-25 15:58:03 +05:30
2021-04-09 11:59:58 +01:00
2020-09-21 00:31:15 +02:00
2020-03-03 15:00:32 +01:00
2021-02-05 17:19:10 -05:00
2019-11-28 13:30:53 +01:00
2020-02-02 10:42:16 +01:00
2020-12-13 00:35:49 +01:00
2021-01-12 14:40:36 +03:00
2021-02-17 10:32:15 +01:00