summaryrefslogtreecommitdiff
path: root/spice-vdagentd.sh
AgeCommit message (Collapse)AuthorFilesLines
2011-03-17vdagentd: Modprobe uinput from spice-vdagentd.sh initscript (rhbz#688257)Hans de Goede1-0/+1
uinput may be a module and it does not autoload properly on all systems
2011-01-10sysv initscript: exit cleanly when not running under spiceHans de Goede1-1/+1
Exit with an exit code of 0 (iow everything ok), rather then 6 (lsb: program not configured) when started while not running under a spice enabled vm.
2010-11-19Put the pid and log files into their own subdirHans de Goede1-3/+4
This makes it easier to write an selinux policy for spice-vdagent and allows for adding extra logfiles / sockets in the future without needing a policy change.
2010-11-08sysv initscript: fix lsb header multi line descriptionHans de Goede1-2/+2
2010-11-01Only start spice-vdagentd in runlevel 5Hans de Goede1-2/+2
Having it in runlevels without X is not useful
2010-11-01Install spice-vdagentd in /usr/sbin not /sbinHans de Goede1-1/+1
Now that it is no longer launched by a udev rule it does not need to be in /sbin.
2010-11-01initscript: remove socket before starting the daemonHans de Goede1-0/+2
This is necessary if the previous daemon crashed (exited without cleaning up behind itself).
2010-10-31Switch to a sysv init script for starting spice-vdagentdHans de Goede1-0/+108
Starting from udev rules does not work well as we need /tmp and /var/log to be writable when spice-vdagentd *and* starting from udev gives selinux problems when trying to talk to console kit over dbus.