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
..
admin.scm services: rottlog: Add /var/log/mcron.log to '%default-rotations'. 2021-03-29 23:33:41 +02:00
audio.scm services: mpd: Make /var/run/mpd/USER user-owned. 2020-12-06 23:18:08 +01:00
auditd.scm services: auditd: Provide default configuration directory. 2020-07-27 12:06:36 +02:00
authentication.scm services: Prevent following symlinks during activation. 2021-03-10 18:01:47 +01:00
avahi.scm services: avahi: Depend on 'user-processes'. 2020-12-09 14:13:32 +01:00
base.scm services: guix-publish: Add zstd compression by default. 2021-04-03 22:08:33 +02:00
certbot.scm services: certbot: Support registration without email. 2020-09-13 23:34:23 +02:00
cgit.scm services: cgit: Fix typo. 2019-05-25 15:58:03 +05:30
ci.scm services: Add Laminar. 2021-04-09 11:59:58 +01:00
configuration.scm services: configuration: Add '%location'. 2019-03-10 21:32:38 +03:00
cuirass.scm services: cuirass: Use "/tmp" database host. 2021-04-14 16:09:35 +02:00
cups.scm services: Prevent following symlinks during activation. 2021-03-10 18:01:47 +01:00
databases.scm Revert "services: mysql: Add extra-environment as configuration option." 2021-04-14 00:59:52 +02:00
dbus.scm services: Prevent following symlinks during activation. 2021-03-10 18:01:47 +01:00
desktop.scm services: lxqt-desktop: Delete unbound lxqt-desktop-service. 2020-10-20 00:27:30 +03:00
dict.scm services: dicod: Reduce irony. 2020-09-21 00:31:15 +02:00
dns.scm services: Prevent following symlinks during activation. 2021-03-10 18:01:47 +01:00
docker.scm services: docker: Fix missing containerd-shim binary. 2020-10-17 00:43:24 +03:00
file-sharing.scm services: Add transmission-daemon service. 2021-02-12 15:11:36 +08:00
games.scm
ganeti.scm gnu: ganeti-luxid-service-type: Fix typo. 2020-10-28 21:10:54 -07:00
getmail.scm services: getmail: Fix spelling of "address". 2020-01-30 15:27:31 -08:00
guix.scm services: guix-build-coordinator: Add dynamic auth with file record. 2021-03-05 09:29:58 +00:00
herd.scm services: herd: Add restart-service. 2020-03-03 15:00:32 +01:00
hurd.scm services: hurd: Remove deprecated 'hurd-getty-service' wrapper. 2020-06-13 10:04:51 +02:00
kerberos.scm
linux.scm gnu: Remove 'file-systems requirement from kernel-module-loader. 2021-02-08 03:34:40 +01:00
lirc.scm
mail.scm services: dovecot: Fix serialization of a free-form-args arguments. 2021-04-06 23:59:47 +02:00
mcron.scm services: mcron: Validate jobs even in the presence of #:user. 2020-08-26 15:30:04 +02:00
messaging.scm services: bitlbee: Support libpurple plugins. 2020-09-15 14:40:20 +02:00
monitoring.scm prometheus-node-exporter: Support extra options. 2020-12-07 09:08:33 +00:00
networking.scm services: ipfs: Tweak description. 2021-04-12 18:44:09 +02:00
nfs.scm gnu: services: Fix the NFS service. 2021-02-05 17:19:10 -05:00
nix.scm services: nix: Move nix.conf generation to etc-service-type. 2020-12-06 17:48:48 +08:00
pam-mount.scm services: Add pam-mount. 2019-11-28 13:30:53 +01:00
pm.scm gnu: tlp: Update to 1.3.0. 2020-02-02 10:42:16 +01:00
rsync.scm
science.scm services: science.scm: Add missing copyright headers. 2020-12-09 12:55:02 +02:00
sddm.scm services: SDDM: Wait for elogind before starting. 2020-11-18 22:31:32 +01:00
security-token.scm gnu: htop: Update to 3.0.3. 2020-12-13 00:35:49 +01:00
shepherd.scm services: shepherd: Make 'assert-valid-graph' public. 2021-03-03 14:19:26 +01:00
sound.scm services: Do not use symbolic links in PulseAudio variables. 2020-05-06 22:49:55 +02:00
spice.scm services: spice-vdagent: Clear the socket file prior to starting. 2021-05-06 16:51:49 -04:00
ssh.scm Revert "services: openssh: Warn about 'password-authentication?' default." 2020-12-11 19:06:53 +01:00
syncthing.scm services: Add syncthing service. 2021-01-12 14:40:36 +03:00
sysctl.scm services: sysctl: Export <sysctl-configuration> record field accessors. 2021-03-31 15:36:49 +02:00
telephony.scm services: murmur: Add missing newline in murmur-configuration. 2020-04-02 20:55:15 +02:00
version-control.scm services: git-daemon: Fix typo in docstring. 2021-04-10 14:11:26 +02:00
virtualization.scm services/qemu-binfmt: Use the F flag and the static output of QEMU. 2021-03-15 18:00:35 -04:00
vpn.scm services: wireguard: New service. 2021-02-17 10:32:15 +01:00
web.scm gnu: services: web: Have fcgiwrap log to a file. 2021-04-01 09:01:52 +01:00
xorg.scm services: xorg: Export %default-xorg-server-arguments. 2021-03-31 15:36:49 +02:00