modified install path for auto start in emulator
[platform/adaptation/emulator/spice-vdagent.git] / src / vdagentd.c
index e47c932..f387d03 100644 (file)
@@ -57,7 +57,7 @@ struct agent_data {
 };
 
 /* variables */
-static const char *pidfilename = "/opt/var/run/spice-vdagentd/spice-vdagentd.pid";
+static const char *pidfilename = "/tmp/spice-vdagentd/spice-vdagentd.pid";
 static const char *portdev = "/dev/virtio-ports/com.redhat.spice.0";
 static const char *vdagentd_socket = VDAGENTD_SOCKET;
 static const char *uinput_device = "/dev/uinput";